summaryrefslogtreecommitdiff
path: root/gnome-unstable/evolution-exchange/evolution-exchange.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-29 00:01:17 +0000
committerroot <root@rshg054.dnsready.net>2012-03-29 00:01:17 +0000
commit44ded298ebb49500d321ac79b7d0d8bb4d5058ec (patch)
tree62011c680c3a7a6dbdf4791b1eec2a23daab7b3a /gnome-unstable/evolution-exchange/evolution-exchange.install
parenta26ce336126d18cde915c2331250b8dfbffc24f8 (diff)
Thu Mar 29 00:01:17 UTC 2012
Diffstat (limited to 'gnome-unstable/evolution-exchange/evolution-exchange.install')
-rw-r--r--gnome-unstable/evolution-exchange/evolution-exchange.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnome-unstable/evolution-exchange/evolution-exchange.install b/gnome-unstable/evolution-exchange/evolution-exchange.install
new file mode 100644
index 000000000..1179887f9
--- /dev/null
+++ b/gnome-unstable/evolution-exchange/evolution-exchange.install
@@ -0,0 +1,17 @@
+pkgname=evolution-exchange
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}