Files
bsdports/Keywords/javavm.ucl
2019-12-26 07:26:06 +00:00

16 lines
363 B
Plaintext

# $FreeBSD: head/Keywords/javavm.ucl 419368 2016-07-31 12:47:28Z bapt $
#
# 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