fixed openjdk17

This commit is contained in:
2022-09-28 10:30:54 +02:00
parent b29db5790c
commit 8bd214ccb8
5 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ case $2 in
DEINSTALL)
;;
POST-DEINSTALL)
${LOCALBASE}/bin/unregistervm ${PREFIX}/openjdk14/bin/java
${LOCALBASE}/bin/unregistervm ${PREFIX}/openjdk17/bin/java
;;
esac
#EOF