summaryrefslogtreecommitdiff
path: root/community/alleyoop/alleyoop.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/alleyoop/alleyoop.install')
-rw-r--r--community/alleyoop/alleyoop.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/alleyoop/alleyoop.install b/community/alleyoop/alleyoop.install
deleted file mode 100644
index 74578e267..000000000
--- a/community/alleyoop/alleyoop.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_upgrade() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_install() {
- post_upgrade
-}
-
-post_remove() {
- post_upgrade
-}
-
-# vim:set ts=2 sw=2 et: