PKGBUILDs/community/virtualbox-additions/virtualbox-additions.install

19 lines
534 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
post_install() {
/bin/cat << EOF
===> virtualbox-additions post install message:
===>
===> Redistribution of VBoxGuestAdditions.iso from the binary packages
===> on www.virtualbox.org with Arch Linux has been granted by
===> InnoTek Systemberatung GmbH.
===>
===> By using this package you accept
===> the VirtualBox Personal Use and Evaluation License (PUEL)
===> which can be found here: http://virtualbox.org/wiki/VirtualBox_PUEL
===>
===> If you do not accept this license, you must remove the package immediately.
===>
EOF
}