Changeset 58261 in vbox for trunk/src/VBox/Installer/linux/vboxdrv.sh
- Timestamp:
- Oct 15, 2015 1:53:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r58260 r58261 397 397 = "${i}/misc/* ${i}/misc/.. ${i}/misc ${i}/.." && 398 398 rmdir "${i}/misc" "${i}" # We used to leave empty folders. 399 depmod -a -b "${i}" 399 version=`expr "${i}" : "/lib/modules/\(.*\)"` 400 depmod -a "${version}" 400 401 fi 401 402 done … … 483 484 ;; 484 485 setup) 485 stop && setup 486 stop && setup && start 486 487 ;; 487 488 cleanup)
Note:
See TracChangeset
for help on using the changeset viewer.