tags 562372 +patch thanks Hello:
Problem is totally reproducible if you do:
aptitude install mediatomb-daemon
aptitude purge mediatomb-daemon
The problem seems to be in the mediatomb-daemon.postrm. I'm attaching a
patch that solves or maybe just workarounds the issue.
Regards,
--
Raúl Sánchez Siles
----->Proud Debian user<-----
Linux registered user #416098
--- mediatomb-daemon.postrm 2009-12-24 12:31:52.335901378 +0100
+++ mediatomb-daemon.postrm.fixed 2009-12-24 12:34:41.321901228 +0100
@@ -7,10 +7,10 @@
if [ "$1" = "purge" ] ; then
rm -rf /var/log/mediatomb /var/log/mediatomb* \
/var/run/mediatomb.pid /var/lib/mediatomb
- deluser mediatomb || true
- delgroup mediatomb || true
dpkg-statoverride --remove /etc/mediatomb/config.xml
dpkg-statoverride --remove /var/lib/mediatomb
+ delgroup mediatomb || true
+ deluser mediatomb || true
fi
# Automatically added by dh_installinit
signature.asc
Description: This is a digitally signed message part.

