diff options
Diffstat (limited to 'extra/seahorse-plugins/seahorse-plugins.install')
-rw-r--r-- | extra/seahorse-plugins/seahorse-plugins.install | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/seahorse-plugins/seahorse-plugins.install b/extra/seahorse-plugins/seahorse-plugins.install new file mode 100644 index 000000000..3f36ff2a2 --- /dev/null +++ b/extra/seahorse-plugins/seahorse-plugins.install @@ -0,0 +1,26 @@ +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 +} |