Bug#451743: postinst unconditionally attempts to modprobe vboxdrv

2007-11-18 Thread Daniel Baumann
Kel Modderman wrote: > The following code in kernel module binary package derived from this package > should be removed or made smarter: actually, as you know, modules packages shall not load modules at all; but i didn't get arround to tell michael yet. > case "${1}" in > configure) >

Bug#451743: postinst unconditionally attempts to modprobe vboxdrv

2007-11-17 Thread Kel Modderman
Package: virtualbox-ose-source Severity: wishlist The following code in kernel module binary package derived from this package should be removed or made smarter: case "${1}" in configure) modprobe vboxdrv || true invoke-rc.d udev reload IMHO, the loading