Package: proftpd-basic Version: 1.3.4~rc2-3 it seems it's missing in the current version of postrm script ;-) ... if [ "$1" = "purge" ] then rm -rf /etc/proftpd rm -rf /var/log/proftpd userdel --remove --force proftpd || true userdel --remove --force ftp || true update-rc.d proftpd remove >/dev/null || exit $? fi ...
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org