opnsense-ports/Keywords/javavm.ucl
Franco Fichtner 14b3abc6d4 Framework: sync with upstream
Taken from: FreeBSD
2016-08-02 07:09:49 +02:00

15 lines
303 B
Text

# $FreeBSD$
#
# The argument is not registered as a file because of how the various
# jdk/jre are made: kind of autoplist which would make the bin/java registered
# twice
#
# MAINAINER: java@FreeBSD.org
actions: []
post-install: <<EOD
registervm %@
EOD
pre-deinstall: <<EOD
unregistervm %@
EOD