diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 01:39:21 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-04 01:39:21 -0300 |
commit | 035f2fd609cd247ac0430f15cad3af94ce79f5f8 (patch) | |
tree | e370cdaffe855596877f25cb769922090ca2e2aa /libre/clementine/clementine.install | |
parent | ab339da9245bbbc89d8fff20a1c114f2e2c226d3 (diff) |
rename to clementine
Diffstat (limited to 'libre/clementine/clementine.install')
-rw-r--r-- | libre/clementine/clementine.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/clementine/clementine.install b/libre/clementine/clementine.install new file mode 100644 index 000000000..927a10258 --- /dev/null +++ b/libre/clementine/clementine.install @@ -0,0 +1,15 @@ +post_install() { + gtk-update-icon-cache -ftq usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + + +post_remove() { + post_install +} + +# vim: ts=2 sw=2 et: |