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