diff options
Diffstat (limited to 'abs/extra-testing/community/jdk/jdk.install')
-rw-r--r-- | abs/extra-testing/community/jdk/jdk.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/extra-testing/community/jdk/jdk.install b/abs/extra-testing/community/jdk/jdk.install new file mode 100644 index 0000000..6fb8be5 --- /dev/null +++ b/abs/extra-testing/community/jdk/jdk.install @@ -0,0 +1,14 @@ +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." + +} + +op=$1 +shift +$op $* |