diff options
Diffstat (limited to 'community/notification-daemon/notification-daemon.install')
-rw-r--r-- | community/notification-daemon/notification-daemon.install | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/community/notification-daemon/notification-daemon.install b/community/notification-daemon/notification-daemon.install deleted file mode 100644 index 8a1aa3433..000000000 --- a/community/notification-daemon/notification-daemon.install +++ /dev/null @@ -1,22 +0,0 @@ -pkgname=notification-daemon - -post_install() { - usr/sbin/gconfpkg --install ${pkgname} - 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_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} |