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, 22 insertions, 0 deletions
diff --git a/community-staging/gimmie/gimmie.install b/community-staging/gimmie/gimmie.install
new file mode 100644
index 000000000..015be0a4d
--- /dev/null
+++ b/community-staging/gimmie/gimmie.install
@@ -0,0 +1,22 @@
+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
+}