virtualbox-2.0 uses the following in its postrm script (checks if the file exists):
if [ "$1" = "purge" -a ! -f /etc/init.d/vboxdrv ] ; then update-rc.d vboxdrv remove >/dev/null || exit $? fi -- Purging virtualbox-ose after installation of virtualbox-2.0 fails: update-rc.d: /etc/init.d/vboxdrv exists during rc.d purge https://bugs.launchpad.net/bugs/293109 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
