summaryrefslogtreecommitdiff
path: root/community/java6-oracle/jdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/java6-oracle/jdk.install')
-rw-r--r--community/java6-oracle/jdk.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/java6-oracle/jdk.install b/community/java6-oracle/jdk.install
new file mode 100644
index 000000000..abe08b6a0
--- /dev/null
+++ b/community/java6-oracle/jdk.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "The jdk package is licensed software."
+ echo "You MUST read and agree to the license stored in"
+ echo "/opt/java/LICENSE before using it."
+
+ echo 'Please relogin to include jdk in your PATH'
+}