diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-11-23 02:35:39 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-11-23 02:35:39 (GMT) |
commit | 9cc958d6f37c0e45f67b4917c73dbbf4824c8e69 (patch) | |
tree | ae1ae451e72a42df2558505de1048fc5db48f5b3 /abs/core/pam/pam.install | |
parent | 2fb5be316775deb74054f7854c26aa6cda80c57e (diff) | |
download | linhes_pkgbuild-9cc958d6f37c0e45f67b4917c73dbbf4824c8e69.zip linhes_pkgbuild-9cc958d6f37c0e45f67b4917c73dbbf4824c8e69.tar.gz linhes_pkgbuild-9cc958d6f37c0e45f67b4917c73dbbf4824c8e69.tar.bz2 |
pam: upgrade to 1.1.3 NOTE: ABS only has up to 1.1.2 -- went beyond that
Diffstat (limited to 'abs/core/pam/pam.install')
-rw-r--r-- | abs/core/pam/pam.install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core/pam/pam.install b/abs/core/pam/pam.install index eb0899c..9d45880 100644 --- a/abs/core/pam/pam.install +++ b/abs/core/pam/pam.install @@ -10,13 +10,3 @@ post_install() { post_upgrade() { post_install $1 } - -# arg 1: the old package version -pre_remove() { - /bin/true -} - -op=$1 -shift - -$op $* |