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