let debhelper scripts manage the update-rc.d calls, closes: #719755
[debian/sudo] / debian / sudo.postinst
index a1261b59bf3b48f98572e0220a73d71b145974e5..d38269bf9603c38f1801afcf340aedd9380a9cb2 100644 (file)
@@ -25,10 +25,6 @@ fi
 chown root:root /etc/sudoers
 chmod 440 /etc/sudoers
 
-update-rc.d -f sudo remove >/dev/null 2>&1
-
-update-rc.d sudo start 75 2 3 4 5 . >/dev/null
-
 # if we've gotten this far .. remove the saved, unchanged old sudoers file
 rm -f /etc/sudoers.pre-conffile