Package: usbmuxd
Version: 1.0.0-1
Severity: normal
Hi,
The usbmux user still exists on my system after I have purged the package.
It should automatically be removed when the package is purged.
A postrm file should be added with the following contents:
--
#!/bin/sh
set -e
#DEBHELPER#
if [ "$1" = "purge" ] ; then
deluser --quiet --system usbmux > /dev/null || true
fi
exit 0
--
Cheers
Julien
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages usbmuxd depends on:
ii adduser 3.112 add and remove users and groups
ii libc6 2.10.2-2 GNU C Library: Shared libraries
ii libusb-1.0-0 2:1.0.6-1 userspace USB programming library
pn libusbmuxd1 <none> (no description available)
usbmuxd recommends no packages.
usbmuxd suggests no packages.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]