summaryrefslogtreecommitdiff
path: root/extra/seahorse-plugins/seahorse-plugins.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-05-04 12:59:20 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-05-04 12:59:20 +0000
commitab1410d33401cf1fc4a384bb0b2d9901c8fe8d14 (patch)
tree51133f097c3d4ff5f1d830bdbc131118e3cfd0ac /extra/seahorse-plugins/seahorse-plugins.install
parent9780d07c31b22125ad7ecba4e281ff41194f95be (diff)
Wed May 4 12:59:20 UTC 2011
Diffstat (limited to 'extra/seahorse-plugins/seahorse-plugins.install')
-rw-r--r--extra/seahorse-plugins/seahorse-plugins.install26
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
-}