diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-30 16:54:36 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:19 -0800 |
commit | eedc0a1271c2df47a300517493028c3e98800570 (patch) | |
tree | 9d27d4984b34e672b429a28d12d59d19501ad681 /debian/libpam-runtime.postrm | |
parent | abbe78ff92052167985e7005e005488ddbad165d (diff) | |
download | pam-eedc0a1271c2df47a300517493028c3e98800570.tar.gz pam-eedc0a1271c2df47a300517493028c3e98800570.tar.bz2 pam-eedc0a1271c2df47a300517493028c3e98800570.zip |
remove other code related to the woody->sarge upgrade
Diffstat (limited to 'debian/libpam-runtime.postrm')
-rw-r--r-- | debian/libpam-runtime.postrm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/libpam-runtime.postrm b/debian/libpam-runtime.postrm index 13dd64f7..c2e4a94f 100644 --- a/debian/libpam-runtime.postrm +++ b/debian/libpam-runtime.postrm @@ -5,12 +5,4 @@ if [ "$1" = "purge" ]; then /etc/pam.d/common-session /etc/pam.d/common-password fi -case $1 in - abort-upgrade|abort-install) - mv /etc/pam.d/other.pre-upgrade /etc/pam.d/other 2>/dev/null ||true - ;; - esac - - - #DEBHELPER# |