summaryrefslogtreecommitdiff
path: root/community/gogglesmm/gogglesmm.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/gogglesmm/gogglesmm.install')
-rw-r--r--community/gogglesmm/gogglesmm.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/gogglesmm/gogglesmm.install b/community/gogglesmm/gogglesmm.install
deleted file mode 100644
index 04c026840..000000000
--- a/community/gogglesmm/gogglesmm.install
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}