Control: tag -1 moreinfo

On Mon, Jan 28, 2013 at 07:57:36 +0100, Michael Fladischer wrote:

> diff -Nru celery-2.5.3/debian/python-celery.postrm 
> celery-2.5.3/debian/python-celery.postrm
> --- celery-2.5.3/debian/python-celery.postrm  1970-01-01 01:00:00.000000000 
> +0100
> +++ celery-2.5.3/debian/python-celery.postrm  2013-01-27 23:32:21.000000000 
> +0100
> @@ -0,0 +1,23 @@
> +#!/bin/sh
> +
> +set -e
> +
> +case "$1" in
> +    purge)
> +        if [ -x "$(command -v deluser)" ]; then
> +            deluser --quiet --system celery > /dev/null || true

How do you make sure no file owned by that user remains on the system?
(If you don't, then don't remove the user, it doesn't hurt to keep it
around)

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to