fa2f6dbc67
- New dependencies: cdrkit, glu - Added pre-install script - Changes in README and post-install script For a complete list of changes: https://www.virtualbox.org/wiki/Changelog-4.2
7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# regenerate module dependencies
|
|
/sbin/depmod
|
|
|
|
# End of File
|