contrib/virtualbox/pre-install
Jose V Beneyto fa2f6dbc67 [notify] virtualbox: updated to 4.2.22
- 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
2014-01-23 22:43:31 +01:00

7 lines
143 B
Bash
Executable File

#!/bin/sh
# check for vboxusers group or add one if not exists
/usr/bin/getent group vboxusers || /usr/sbin/groupadd vboxusers
# End of File