summarylogtreecommitdiffstats
path: root/virtualbox-guest-iso-dev.install
diff options
context:
space:
mode:
Diffstat (limited to 'virtualbox-guest-iso-dev.install')
-rw-r--r--virtualbox-guest-iso-dev.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/virtualbox-guest-iso-dev.install b/virtualbox-guest-iso-dev.install
new file mode 100644
index 000000000000..bca4cc4b3745
--- /dev/null
+++ b/virtualbox-guest-iso-dev.install
@@ -0,0 +1,18 @@
+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
+}