--- src/VBox/Installer/linux/vboxdrv.sh.in.old 2008-05-04 02:32:51.000000000 +0200 +++ src/VBox/Installer/linux/vboxdrv.sh.in 2008-05-05 00:47:06.000000000 +0200 @@ -246,15 +246,7 @@ setup() { stop - if find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|grep -q vboxdrv; then - begin_msg "Removing old VirtualBox kernel module" - find /lib/modules/`uname -r` -name "vboxdrv\.*" 2>/dev/null|xargs rm -f 2>/dev/null - succ_msg - fi - begin_msg "Recompiling VirtualBox kernel module" - if ! $BUILDINTMP install > $LOG 2>&1; then - failure "Look at $LOG to find out what went wrong" - fi + begin_msg "Recompiling VirtualBox kernel module, NOT. It has been packaged. " succ_msg start }