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