mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
16 lines
363 B
Plaintext
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
|