summaryrefslogtreecommitdiff
path: root/community/openclonk/openclonk.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/openclonk/openclonk.install')
-rw-r--r--community/openclonk/openclonk.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/openclonk/openclonk.install b/community/openclonk/openclonk.install
index f1aa7421c..b9bbaf706 100644
--- a/community/openclonk/openclonk.install
+++ b/community/openclonk/openclonk.install
@@ -1,5 +1,9 @@
post_install() {
- gtk-update-icon-cache -qf /usr/share/icons/hicolor
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
}
post_remove() {