To remove conglomerate
change with a text editor in the file
/var/lib/dpkg/info/conglomerate.prerm
the line
rm -f /usr/share/doc/${PACKAGE}
into
echo rm -f /usr/share/doc/${PACKAGE}
(yes, add the command 'echo')And then do apt-get remove conglomerate -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

