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