diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-05-10 09:12:19 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-05-10 09:12:19 +0000 |
commit | 0c6b6c722d524ad6a478fc0d2efc5076a4aca479 (patch) | |
tree | 3568daf2cb6578a7f068d7a535c3a619627337b0 /usr.sbin/pkg_add/pkg_add.1 | |
parent | d1f438e222ff75b587efed0285eec5dc81919313 (diff) |
document that INSTALL/DEINSTALL scripts are dead.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 78e877aa249..d76efd5c096 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.97 2010/02/28 15:35:41 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.98 2010/05/10 09:12:18 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: February 28 2010 $ +.Dd $Mdocdate: May 10 2010 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -494,7 +494,9 @@ and enough space to store files. .It If the package contains an .Ar install -script, it is executed with the following arguments: +script (deprecated, +.Cm @exec +is more versatile), it is executed with the following arguments: .Bl -tag -width indentindent .It Ar pkg-name The name of the package being installed. @@ -512,7 +514,8 @@ files from the package into their final locations. .It If an .Ar install -script exists for the package, it is executed with the following arguments: +script exists for the package (deprecated), +it is executed with the following arguments: .Bl -tag -width indentindent .It Ar pkg_name The name of the package being installed. |