case $1 in
purge)
- rmdir --ignore-fail-on-non-empty /var/lib/monkeysphere || true
+ rmdir --ignore-fail-on-non-empty /var/lib/monkeysphere
echo "removing monkeysphere user..."
userdel monkeysphere > /dev/null || true
;;
rm -f "$VARLIB"/gnupg-host/gpg.conf
rm -f "$VARLIB"/gnupg-authentication/gpg.conf
-rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-host || true
-rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-authentication || true
+rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-host
+rmdir --ignore-fail-on-non-empty "$VARLIB"/gnupg-authentication
# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.