summaryrefslogtreecommitdiff
path: root/community/glom/glom.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/glom/glom.install')
-rw-r--r--community/glom/glom.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/glom/glom.install b/community/glom/glom.install
index 1ad77f9aa..2b88145e3 100644
--- a/community/glom/glom.install
+++ b/community/glom/glom.install
@@ -5,11 +5,9 @@ post_install() {
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null
+ post_install
}