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