summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail-notification.install17
1 files changed, 2 insertions, 15 deletions
diff --git a/mail-notification.install b/mail-notification.install
index 21cd943996af..38a876482367 100644
--- a/mail-notification.install
+++ b/mail-notification.install
@@ -1,24 +1,11 @@
-pkgname=mail-notification
-
post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
kill -s HUP `pidof bonobo-activation-server` > /dev/null 2>&1
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- pre_remove $1
}
post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
+ post_install
}
post_remove() {
- kill -s HUP `pidof bonobo-activation-server` > /dev/null 2>&1
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post_install
}