use long rather than short option names;

minor formatting
This commit is contained in:
Patrick Schleizer 2019-07-14 08:32:37 +00:00 committed by GitHub
parent da3c22b4a6
commit af28fc93d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,13 +37,12 @@ set -e
# the debian-policy package # the debian-policy package
if [ "${1}" = "remove" ] ; then if [ "${1}" = "remove" ] ; then
gpasswd -d user sudo gpasswd --delete user sudo
if [ "$(passwd -S root|cut -f 2 -d ' ')" = "NP" ]; then if [ "$(passwd -S root|cut -f 2 -d ' ')" = "NP" ]; then
passwd -l root passwd --lock root
fi fi
fi fi
# dh_installdeb will replace this with shell code automatically # dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts. # generated by other debhelper scripts.