diff options
Diffstat (limited to 'extra/seahorse-plugins/seahorse-plugins.install')
-rw-r--r-- | extra/seahorse-plugins/seahorse-plugins.install | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/seahorse-plugins/seahorse-plugins.install b/extra/seahorse-plugins/seahorse-plugins.install deleted file mode 100644 index 3f36ff2a2..000000000 --- a/extra/seahorse-plugins/seahorse-plugins.install +++ /dev/null @@ -1,26 +0,0 @@ -pkgname=seahorse-plugins - -post_install() { - usr/sbin/gconfpkg --install ${pkgname} - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime >/dev/null 2>&1 -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - usr/sbin/gconfpkg --uninstall ${pkgname} -} - -post_remove() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-mime-database usr/share/mime -} |