summaryrefslogtreecommitdiff
path: root/community-staging/gimmie/gimmie.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/gimmie/gimmie.install')
-rw-r--r--community-staging/gimmie/gimmie.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/community-staging/gimmie/gimmie.install b/community-staging/gimmie/gimmie.install
deleted file mode 100644
index 015be0a4d..000000000
--- a/community-staging/gimmie/gimmie.install
+++ /dev/null
@@ -1,22 +0,0 @@
-pkgname=gimmie
-
-post_install() {
- gconfpkg --install $pkgname
- xdg-icon-resource forceupdate
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- gconfpkg --uninstall $pkgname
-}
-
-post_remove() {
- xdg-icon-resource forceupdate
-}