summaryrefslogtreecommitdiff
path: root/community/galculator/galculator.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/galculator/galculator.install')
-rw-r--r--community/galculator/galculator.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/galculator/galculator.install b/community/galculator/galculator.install
index fe845ffb1..1a05f573e 100644
--- a/community/galculator/galculator.install
+++ b/community/galculator/galculator.install
@@ -1,11 +1,11 @@
post_install() {
- update-desktop-database -q
- [[ -e /usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
+
post_remove() {
post_install
}