Index: /trunk/src/VBox/Installer/linux/vboxdrv.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/vboxdrv.sh	(revision 58259)
+++ /trunk/src/VBox/Installer/linux/vboxdrv.sh	(revision 58260)
@@ -397,4 +397,5 @@
                  = "${i}/misc/* ${i}/misc/.. ${i}/misc ${i}/.." &&
                 rmdir "${i}/misc" "${i}"  # We used to leave empty folders.
+            depmod -a -b "${i}"
         fi
     done
@@ -431,4 +432,5 @@
     fi
     rm -f /etc/vbox/module_not_compiled
+    depmod -a
     succ_msg
 }
