2010-12-23 13:41:13 +00:00
|
|
|
case "${ACTION}" in
|
|
|
|
post)
|
2010-12-28 10:24:23 +00:00
|
|
|
cat <<_EOF
|
|
|
|
=================================================================
|
|
|
|
|
|
|
|
You should also add your user to the 'vboxusers' group to be able
|
|
|
|
to use some VirtualBox features, e.g USB.
|
|
|
|
|
|
|
|
==================================================================
|
|
|
|
_EOF
|
2010-12-23 13:41:13 +00:00
|
|
|
;;
|
|
|
|
esac
|