Comment 8 for bug 1242389

Revision history for this message
sedlund (scott-edlund) wrote :

I experienced a different error trying to purge package 'mumble-django' on a fresh install. It failed because it could not remove the database, as there wasnt one because the initial install failed. To fix removal in this situation edit:

/var/lib/dpkg/mumble-django.postrm

line 33:

db_purge

and comment it out:

#db_purge

then run aptitude purge mumble-django