Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
[privoxy.git] / debian / postrm
index b3cb9f7..b79c8ec 100644 (file)
@@ -20,7 +20,7 @@ set -e
 
 case "$1" in
     purge)
-        userdel privoxy || echo "WARNING: Problem removing user privoxy."
+        deluser --quiet privoxy
         rm -rf /var/log/privoxy /etc/privoxy
         ;;