Comment 7 for bug 1242389

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

to fix removal change /var/lib/dpkg/info/mumble-django.postrm

        invoke-rc.d --quiet apache2 reload

to

        invoke-rc.d --quiet apache2 reload > /dev/null

the *'s from the output of the RC script are being interpreted and thus making an error in the script...