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