> $ cat /var/lib/dpkg/info/sudo.postinst > [...] > if [ -f /etc/sudoers.dist ]; then > rm /etc/sudoers.dist > fi > [...] ... > sorry, my mistake :-( > > the sudoers.dist is an example file in another directory
For the previous history of this bit of postinst code please see Bug#862309 for the discussion. That file snuck through in version 1.8.20-1 and was fixed with the above in 1.8.21-1. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862309 Bob