diff options
Diffstat (limited to 'abs/extra/community/jdk/jdk.install')
-rw-r--r-- | abs/extra/community/jdk/jdk.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/extra/community/jdk/jdk.install b/abs/extra/community/jdk/jdk.install deleted file mode 100644 index 6fb8be5..0000000 --- a/abs/extra/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 $* |