Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Document @{pre,post}[un]exec which were introduced in pkg 1.5
Baptiste Daroussin committed 10 years ago
commit 7f55d30ed0b21dfa2ccba8eb2da235cbf70206f2
parent 5b98994
1 file changed +17 -1
modified docs/pkg-create.8
@@ -14,7 +14,7 @@
.\"
.\"     @(#)pkg.8
.\"
-
.Dd February 8, 2015
+
.Dd September 26, 2015
.Dt PKG-CREATE 8
.Os
.\" ---------------------------------------------------------------------------
@@ -374,6 +374,22 @@ Available keywords are the following:
Set the internal directory pointer to point to
.Ar directory .
All subsequent filenames will be assumed relative to this directory.
+
.It Cm @preexec Ar Command
+
Execute
+
.Ar command
+
as part of the pre-install scripts.
+
.It Cm @preunexec Ar command
+
Execute
+
.Ar command
+
as part of the pre-deinstall scripts.
+
.It Cm @postexec Ar command
+
Execute
+
.Ar command
+
as part of the post-install scripts.
+
.It Cm @postunexec Ar command
+
Execute
+
.Ar command
+
as part of the post-deinstall scripts.
.It Cm @exec Ar command Pq deprecated
Execute
.Ar command