diff options
author | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 11:34:08 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@canonical.com> | 2022-08-18 11:35:05 -0700 |
commit | e04fc4e0527e765a7d463422443a4b700028ccc6 (patch) | |
tree | a30949a0f15ea415586c862719aec6e9002dfdc6 /debian/libpam-runtime.postinst | |
parent | f46cdd601d0270d8a3d7450a307aea30d7fc0e8d (diff) | |
download | pam-e04fc4e0527e765a7d463422443a4b700028ccc6.tar.gz pam-e04fc4e0527e765a7d463422443a4b700028ccc6.tar.bz2 pam-e04fc4e0527e765a7d463422443a4b700028ccc6.zip |
Drop obsolete upgrade code from maintainer scripts which is no longer used
Diffstat (limited to 'debian/libpam-runtime.postinst')
-rw-r--r-- | debian/libpam-runtime.postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/libpam-runtime.postinst b/debian/libpam-runtime.postinst index 053fdae2..b13bf75c 100644 --- a/debian/libpam-runtime.postinst +++ b/debian/libpam-runtime.postinst @@ -36,10 +36,6 @@ if [ -n "$force" ]; then /etc/pam.d/common-account.pam-old \ /etc/pam.d/common-password.pam-old \ /etc/pam.d/common-session.pam-old -elif dpkg --compare-versions "$2" lt-nl 1.1.0-1 \ - && [ ! -e /etc/pam.d/common-session-noninteractive ] -then - cp -a /etc/pam.d/common-session /etc/pam.d/common-session-noninteractive fi #DEBHELPER# |