summaryrefslogtreecommitdiff
path: root/debian/libpam-runtime.postrm
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2008-07-30 16:54:36 -0700
committerSteve Langasek <steve.langasek@ubuntu.com>2019-01-03 17:28:19 -0800
commiteedc0a1271c2df47a300517493028c3e98800570 (patch)
tree9d27d4984b34e672b429a28d12d59d19501ad681 /debian/libpam-runtime.postrm
parentabbe78ff92052167985e7005e005488ddbad165d (diff)
remove other code related to the woody->sarge upgrade
Diffstat (limited to 'debian/libpam-runtime.postrm')
-rw-r--r--debian/libpam-runtime.postrm8
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#