I got it to remove in a very forcefull way. I'm not to keen on scripting or how dpkg works, so you might not listen to me BUT, if you want to remove mozilla-plugin-gnash (for now until it is fixed):
You have to remove 1 line from 2 different files. Remove [ for p in iceape iceweasel mozilla firefox xulrunner; do update-alternatives --remove "$p-flashplugin" /usr/lib/gnash/libgnashplugin.so done ] from /var/lib/dpkg/info/mozilla-plugin-gnash.prerm & /var/lib/dpkg/info/mozilla-plugin-gnash.postinst then sudo apt-get remove mozilla-plugin-gnash and to be safe, manually run update-alternatives as both files wanted to do: sudo update-alternatives --remove iceape-flashplugin /usr/lib/gnash/libgnashplugin.so sudo update-alternatives --remove iceweasel-flashplugin /usr/lib/gnash/libgnashplugin.so sudo update-alternatives --remove mozilla-flashplugin /usr/lib/gnash/libgnashplugin.so sudo update-alternatives --remove firefox-flashplugin /usr/lib/gnash/libgnashplugin.so sudo update-alternatives --remove xulrunner-flashplugin /usr/lib/gnash/libgnashplugin.so -- gnash crash! ...gnash 0.8.1~trunk.070802-0ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 2 https://bugs.launchpad.net/bugs/131864 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
