blob: 8a4a91bf8e2a2c320dc1ccf65a3f9d2fec32fee6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|