diff options
Diffstat (limited to 'gnome-unstable/evolution-exchange/evolution-exchange.install')
-rw-r--r-- | gnome-unstable/evolution-exchange/evolution-exchange.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnome-unstable/evolution-exchange/evolution-exchange.install b/gnome-unstable/evolution-exchange/evolution-exchange.install deleted file mode 100644 index 1179887f9..000000000 --- a/gnome-unstable/evolution-exchange/evolution-exchange.install +++ /dev/null @@ -1,17 +0,0 @@ -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} -} |