Package: epos
Version: 1:2.5.36-1
Severity: grave
>From your postrm:
if test "$1" = "purge"; then
update-rc.d epos remove >/dev/null
rm -rf /var/log/epos
if id -u $USER_NAME >/dev/null 2>&1; then
deluser --quiet --remove-home $USER_NAME
fi
fi
deluser is from adduser, a non-essential package. So you can't use it on
purge, at least not unconditionally.
Gruesse,
Frank Lichtenheld
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]