VERSION='3.9.7-1-LIBRE' post_install() { cat << EOF ===> You must load vboxdrv module before starting VirtualBox: ===> # modprobe vboxdrv EOF depmod $VERSION } post_upgrade() { depmod $VERSION echo 'In order to use the new version, reload all virtualbox modules manually.' } post_remove() { depmod $VERSION } # vim:set ts=2 sw=2 et: