summaryrefslogtreecommitdiff
path: root/community-testing/springlobby/springlobby.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/springlobby/springlobby.install')
-rw-r--r--community-testing/springlobby/springlobby.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing/springlobby/springlobby.install b/community-testing/springlobby/springlobby.install
deleted file mode 100644
index 1a05f573e..000000000
--- a/community-testing/springlobby/springlobby.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}