Remove install scripts

This commit is contained in:
2026-03-22 16:26:23 +02:00
parent d750211398
commit 2f9ba39151
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: openjdk-25 name: openjdk-25
description: OpenJDK Java 25 description: OpenJDK Java 25
version: 25.0.1+8 version: 25.0.1+8
revision: 1 revision: 2
url: https://openjdk.org/ url: https://openjdk.org/
license: GPL2-only WITH Classpath-exception-2.0 license: GPL2-only WITH Classpath-exception-2.0
architecture: any architecture: any
-4
View File
@@ -1,4 +0,0 @@
#!/bin/bash
# Set default java version if not already set
[ -d /usr/lib/java/default/bin ] || ln -sf openjdk-25 -T /usr/lib/java/default