void-packages/srcpkgs/virtualbox-ose/INSTALL

13 lines
295 B
Plaintext

case "${ACTION}" in
post)
cat <<_EOF
=================================================================
You should also add your user to the 'vboxusers' group to be able
to use some VirtualBox features, e.g USB.
==================================================================
_EOF
;;
esac