Navigation Menu

Skip to content

Commit

Permalink
deb: use --remove-home instead of --remove-all-files
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 15, 2012
1 parent 640621a commit 96156ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debian/gcs.postrm
Expand Up @@ -11,7 +11,7 @@ if [ "$1" = "purge" ]; then
dpkg-statoverride --remove /var/run/gcs

if getent passwd gcs >/dev/null; then
deluser --system --remove-all-files gcs
deluser --system --remove-home gcs
fi
fi

Expand Down

0 comments on commit 96156ba

Please sign in to comment.