diff options
author | Dave Olson <olson@cumulusnetworks.com> | 2017-06-16 15:49:56 -0700 |
---|---|---|
committer | Dave Olson <olson@cumulusnetworks.com> | 2017-06-16 16:18:07 -0700 |
commit | 3a47df99b207d85469d0a3126aacf491ba61c1d4 (patch) | |
tree | b32ecb55edf4e2712bb3f0877a875b4477acbb4b /debian/libpam-radius-auth.postinst | |
parent | a11bbaeb6b0635dd852fb511a28f67da80327fef (diff) | |
download | libpam-radius-auth-3a47df99b207d85469d0a3126aacf491ba61c1d4.tar.gz libpam-radius-auth-3a47df99b207d85469d0a3126aacf491ba61c1d4.zip |
Added debian directory from jessie 1.3.16, with changelog updates
Cleaned up to use simpler rules file as part of that import.
Also newer compat level, etc.
Diffstat (limited to 'debian/libpam-radius-auth.postinst')
-rw-r--r-- | debian/libpam-radius-auth.postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/libpam-radius-auth.postinst b/debian/libpam-radius-auth.postinst new file mode 100644 index 0000000..4b0d38e --- /dev/null +++ b/debian/libpam-radius-auth.postinst @@ -0,0 +1,6 @@ +#! /bin/sh + +set -e + +# needed for install, upgrade, remove, and purge, including aborts +pam-auth-update --package |