mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
18 lines
534 B
Text
18 lines
534 B
Text
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
|
|
}
|