diff options
Diffstat (limited to 'community/java-oracle/jdk.install')
-rw-r--r-- | community/java-oracle/jdk.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/java-oracle/jdk.install b/community/java-oracle/jdk.install new file mode 100644 index 000000000..abe08b6a0 --- /dev/null +++ b/community/java-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' +} |