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.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/community/alleyoop/alleyoop.install b/community/alleyoop/alleyoop.install
new file mode 100644
index 000000000..16e3af018
--- /dev/null
+++ b/community/alleyoop/alleyoop.install
@@ -0,0 +1,19 @@
+pkgname=alleyoop
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: