diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:08:55 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:08:55 (GMT) |
commit | f38b952c758a9027bf7eb4767adacca50d545166 (patch) | |
tree | 3a73ca8e1ecb78062e1a5d08f16e7530e41efd82 /abs/extra-testing/policykit-gnome/policykit-gnome.install | |
parent | f7e4487682067fb377a84062354309781517bfbe (diff) | |
download | linhes_pkgbuild-f38b952c758a9027bf7eb4767adacca50d545166.zip linhes_pkgbuild-f38b952c758a9027bf7eb4767adacca50d545166.tar.gz linhes_pkgbuild-f38b952c758a9027bf7eb4767adacca50d545166.tar.bz2 |
policykit*:Removed for LinHES 7 (replaced by polkit*).
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, 0 insertions, 23 deletions
diff --git a/abs/extra-testing/policykit-gnome/policykit-gnome.install b/abs/extra-testing/policykit-gnome/policykit-gnome.install deleted file mode 100644 index e2593d3..0000000 --- a/abs/extra-testing/policykit-gnome/policykit-gnome.install +++ /dev/null @@ -1,23 +0,0 @@ -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} -} |