diff options
Diffstat (limited to 'abs/core/java-sun/jdk.install')
-rw-r--r-- | abs/core/java-sun/jdk.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/java-sun/jdk.install b/abs/core/java-sun/jdk.install deleted file mode 100644 index 1f1e483..0000000 --- a/abs/core/java-sun/jdk.install +++ /dev/null @@ -1,12 +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." - - echo 'Please relogin to include jdk in your PATH' -} - |