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