aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/javavm.ucl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Keywords/javavm.ucl b/Keywords/javavm.ucl
new file mode 100644
index 000000000000..760c1066e9df
--- /dev/null
+++ b/Keywords/javavm.ucl
@@ -0,0 +1,11 @@
+# $FreeBSD$
+#
+# MAINAINER: java@FreeBSD.org
+
+actions: []
+post-install: <<EOD
+ registervm %@
+EOD
+pre-deinstall: <<EOD
+ unregistervm %@
+EOD