diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-03 07:56:23 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-03 07:56:23 (GMT) |
commit | 0ce6326882d1ef6b45955ce0af948aa3da22bc07 (patch) | |
tree | 6ef646f87190a95deea7641df53c6ee5396c900c /abs/extra-testing/policykit-gnome/policykit-gnome.install | |
parent | 907606040ebd98338b939452ee37698b62718820 (diff) | |
download | linhes_pkgbuild-0ce6326882d1ef6b45955ce0af948aa3da22bc07.zip linhes_pkgbuild-0ce6326882d1ef6b45955ce0af948aa3da22bc07.tar.gz linhes_pkgbuild-0ce6326882d1ef6b45955ce0af948aa3da22bc07.tar.bz2 |
Added support for Miro.
Diffstat (limited to 'abs/extra-testing/policykit-gnome/policykit-gnome.install')
-rw-r--r-- | abs/extra-testing/policykit-gnome/policykit-gnome.install | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/abs/extra-testing/policykit-gnome/policykit-gnome.install b/abs/extra-testing/policykit-gnome/policykit-gnome.install new file mode 100644 index 0000000..e2593d3 --- /dev/null +++ b/abs/extra-testing/policykit-gnome/policykit-gnome.install @@ -0,0 +1,23 @@ +pkgname=policykit-gnome + +## arg 1: the new package version +post_install() { + usr/sbin/gconfpkg --install ${pkgname} +} + +## arg 1: the new package version +## arg 2: the old package version +pre_upgrade() { + pre_remove $1 +} + +## arg 1: the new package version +## arg 2: the old package version +post_upgrade() { + post_install $1 +} + +## arg 1: the old package version +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} |