diff options
Diffstat (limited to 'community/clementine/clementine.install')
-rw-r--r-- | community/clementine/clementine.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/community/clementine/clementine.install b/community/clementine/clementine.install new file mode 100644 index 000000000..2d71a7563 --- /dev/null +++ b/community/clementine/clementine.install @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + + +post_remove() { + post_install $1 +} |