summaryrefslogtreecommitdiff
path: root/community-staging/gogglesmm/gogglesmm.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/gogglesmm/gogglesmm.install')
-rw-r--r--community-staging/gogglesmm/gogglesmm.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community-staging/gogglesmm/gogglesmm.install b/community-staging/gogglesmm/gogglesmm.install
new file mode 100644
index 000000000..04c026840
--- /dev/null
+++ b/community-staging/gogglesmm/gogglesmm.install
@@ -0,0 +1,11 @@
+post_install() {
+ which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}