The wonderful package is "frozen-bubble-data" and I REALLY don't need it!
I had this problem last week when trying to remaster a Knoppix CD. The frozen-bubble package is trying to remove a file that is already gone. For some reason, dpkg considers this an error.
I read through the frozen-bubble "remove scripts" and did this to get around its backwards logic...
mkdir /usr/games/frozen-bubble touch /usr/games/frozen-bubble.wav apt-get remove frozen-bubble-data
mkdir /usr/games/frozen-bubble touch /usr/games/frozen-bubble.wav dpkg --purge frozen-bubble-data
Alan
-- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
