aboutsummaryrefslogtreecommitdiff
path: root/Keywords
diff options
context:
space:
mode:
Diffstat (limited to 'Keywords')
-rw-r--r--Keywords/exec.ucl11
-rw-r--r--Keywords/postexec.ucl7
-rw-r--r--Keywords/postunexec.ucl7
-rw-r--r--Keywords/preexec.ucl7
-rw-r--r--Keywords/preunexec.ucl7
-rw-r--r--Keywords/unexec.ucl11
6 files changed, 50 insertions, 0 deletions
diff --git a/Keywords/exec.ucl b/Keywords/exec.ucl
new file mode 100644
index 000000000000..525b6f1265fa
--- /dev/null
+++ b/Keywords/exec.ucl
@@ -0,0 +1,11 @@
+# $FreeBSD$
+#
+# MAINTAINER: portmgr@FreeBSD.org
+actions: []
+deprecated: true
+deprecation_message: <<EOM
+Use @preexec/@postexec instead
+EOM
+post-install: <<EOS
+%@
+EOS
diff --git a/Keywords/postexec.ucl b/Keywords/postexec.ucl
new file mode 100644
index 000000000000..c6a66ccbed34
--- /dev/null
+++ b/Keywords/postexec.ucl
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER: portmgr@FreeBSD.org
+actions: []
+post-install: <<EOS
+%@
+EOS
diff --git a/Keywords/postunexec.ucl b/Keywords/postunexec.ucl
new file mode 100644
index 000000000000..038dda0697b5
--- /dev/null
+++ b/Keywords/postunexec.ucl
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER: portmgr@FreeBSD.org
+actions: []
+post-deinstall: <<EOS
+%@
+EOS
diff --git a/Keywords/preexec.ucl b/Keywords/preexec.ucl
new file mode 100644
index 000000000000..c9a76ab54c83
--- /dev/null
+++ b/Keywords/preexec.ucl
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER: portmgr@FreeBSD.org
+actions: []
+pre-install: <<EOS
+%@
+EOS
diff --git a/Keywords/preunexec.ucl b/Keywords/preunexec.ucl
new file mode 100644
index 000000000000..ca1bd984118e
--- /dev/null
+++ b/Keywords/preunexec.ucl
@@ -0,0 +1,7 @@
+# $FreeBSD$
+#
+# MAINTAINER: portmgr@FreeBSD.org
+actions: []
+pre-deinstall: <<EOS
+%@
+EOS
diff --git a/Keywords/unexec.ucl b/Keywords/unexec.ucl
new file mode 100644
index 000000000000..be104248cf4a
--- /dev/null
+++ b/Keywords/unexec.ucl
@@ -0,0 +1,11 @@
+# $FreeBSD$
+#
+# MAINTAINER: portmgr@FreeBSD.org
+actions: []
+deprecated: true
+deprecation_message: <<EOM
+Use @preunexec/@postunexec instead
+EOM
+pre-deinstall: <<EOS
+%@
+EOS