summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/jdk/jdk.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/community/jdk/jdk.install')
-rw-r--r--abs/extra/community/jdk/jdk.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/extra/community/jdk/jdk.install b/abs/extra/community/jdk/jdk.install
new file mode 100644
index 0000000..6fb8be5
--- /dev/null
+++ b/abs/extra/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 $*