2010-12-23 12:41:13 -01:00
|
|
|
case "${ACTION}" in
|
|
|
|
post)
|
2010-12-28 09:24:23 -01: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 12:41:13 -01:00
|
|
|
;;
|
|
|
|
esac
|