summaryrefslogtreecommitdiff
path: root/community-staging/gimmie/gimmie.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-19 16:52:00 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-19 16:52:00 +0000
commitb8ea4461e461f0e1782e28b5810eb811423afa79 (patch)
treec11f256cb01c37f0b2ab370c4838fa4e3949e2a1 /community-staging/gimmie/gimmie.install
parent82b609ecce972e236c2ce887ecd55ec30e2874a7 (diff)
Thu May 19 16:52:00 UTC 2011
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
-}