summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing/gnome-keyring/gnome-keyring.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-01-14 05:23:14 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-01-14 05:23:14 (GMT)
commit7f188658c1e6a9eaf4d9644bc725c78c3f6cc5c6 (patch)
tree06fe118c0a42902b81ba2ce2b311e0c865b0aa3f /abs/extra-testing/gnome-keyring/gnome-keyring.install
parent95cf6290d2172b876965de46d78db8ac5d6f6192 (diff)
downloadlinhes_pkgbuild-7f188658c1e6a9eaf4d9644bc725c78c3f6cc5c6.zip
linhes_pkgbuild-7f188658c1e6a9eaf4d9644bc725c78c3f6cc5c6.tar.gz
linhes_pkgbuild-7f188658c1e6a9eaf4d9644bc725c78c3f6cc5c6.tar.bz2
Various packages needed for deps of Miro.
Diffstat (limited to 'abs/extra-testing/gnome-keyring/gnome-keyring.install')
-rw-r--r--abs/extra-testing/gnome-keyring/gnome-keyring.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra-testing/gnome-keyring/gnome-keyring.install b/abs/extra-testing/gnome-keyring/gnome-keyring.install
new file mode 100644
index 0000000..8874c6e
--- /dev/null
+++ b/abs/extra-testing/gnome-keyring/gnome-keyring.install
@@ -0,0 +1,19 @@
+pkgname=gnome-keyring
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ if [ -f usr/share/gconf/${pkgname}.schemas ]; then
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+ fi
+}