5 rm -f /etc/sudo-ldap.conf
9 remove|upgrade|deconfigure)
12 abort-upgrade|failed-upgrade)
13 if [ -e "/etc/sudoers.pre-conffile" ]; then
14 mv /etc/sudoers.pre-conffile /etc/sudoers
20 echo "unknown argument --> $1" >&2
25 # remove sudoers entries, if any, from nsswitch.conf
26 if [ -w /etc/nsswitch.conf ] ; then
27 sed -i /^sudoers:/d /etc/nsswitch.conf