mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
19 lines
529 B
Plaintext
19 lines
529 B
Plaintext
post_install() {
|
|
cat << EOF
|
|
|
|
===> virtualbox-guest-iso 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
|
|
}
|