Browse Source

Do not reference sudo group when removing package

unman 4 years ago
parent
commit
165def228d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      debian/qubes-core-agent-passwordless-root.postrm

+ 0 - 1
debian/qubes-core-agent-passwordless-root.postrm

@@ -37,7 +37,6 @@ set -e
 # the debian-policy package
 
 if [ "${1}" = "remove" ] ; then
-    gpasswd --delete user sudo
     if [ "$(passwd -S root|cut -f 2 -d ' ')" = "NP" ]; then
         passwd --lock root
     fi