5d33e04596
Where appropriate fiddle with a few other things.
13 lines
289 B
Text
13 lines
289 B
Text
# 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
|