mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
create bsd12 branch
This commit is contained in:
16
java/openjdk11/pkg-deinstall
Normal file
16
java/openjdk11/pkg-deinstall
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
|
||||
PREFIX=${PKG_PREFIX}
|
||||
LOCALBASE=${PKG_PREFIX}
|
||||
|
||||
set -x
|
||||
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
;;
|
||||
POST-DEINSTALL)
|
||||
${LOCALBASE}/bin/unregistervm ${PREFIX}/openjdk11/bin/java
|
||||
;;
|
||||
esac
|
||||
#EOF
|
||||
Reference in New Issue
Block a user