diff --git a/debian/postrm b/debian/postrm --- a/debian/postrm +++ b/debian/postrm @@ -25,12 +25,12 @@ rm -f /var/lib/mcbot/.mcbotrc; rm -f /var/lib/mcbot/mcbot-*.log; ;; - + remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) update-rc.d -f mcbot remove &>/dev/null userdel mcbot ;; - + *) echo "postrm called with unknown argument \`$1'" >&2 exit 1