diff options
Diffstat (limited to 'abs/core/java-sun/jdk.install')
-rw-r--r-- | abs/core/java-sun/jdk.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/java-sun/jdk.install b/abs/core/java-sun/jdk.install new file mode 100644 index 0000000..1f1e483 --- /dev/null +++ b/abs/core/java-sun/jdk.install @@ -0,0 +1,12 @@ +post_upgrade() { + post_install $1 +} + +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' +} + |