summarylogtreecommitdiffstats
path: root/jdk.install
diff options
context:
space:
mode:
authorChristoph Scholz2020-12-06 16:25:54 +0100
committerChristoph Scholz2020-12-06 16:25:54 +0100
commit1ca4ddc9cdff63b01de9745ab31d2198cde5728a (patch)
tree85200ccbe635ec4a45273bc7fe74756075580fbc /jdk.install
parent50e61369e583bd338e1ad4455ac54d021a6579a8 (diff)
downloadaur-1ca4ddc9cdff63b01de9745ab31d2198cde5728a.tar.gz
initial version for jdk11
Diffstat (limited to 'jdk.install')
-rw-r--r--jdk.install10
1 files changed, 1 insertions, 9 deletions
diff --git a/jdk.install b/jdk.install
index c54a678f0d83..23f16d7e1376 100644
--- a/jdk.install
+++ b/jdk.install
@@ -1,8 +1,4 @@
-case "$CARCH" in
- armv?h) THIS_JDK='zulu-embedded-13' ;;
- aarch64) THIS_JDK='zulu-embedded-15' ;;
- *) THIS_JDK='zulu-embedded-15' ;;
-esac
+THIS_JDK='zulu-embedded-11'
fix_default() {
if [ ! -x /usr/bin/java ]; then
@@ -31,8 +27,6 @@ post_install() {
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
/usr/bin/update-ca-trust
fi
-
- /usr/bin/java -Xshare:dump
}
post_upgrade() {
@@ -44,8 +38,6 @@ post_upgrade() {
if [ ! -f /etc/ssl/certs/java/cacerts ]; then
/usr/bin/update-ca-trust
fi
-
- /usr/bin/java -Xshare:dump
}
pre_remove() {