Make clear what arguments the "require" script gets.

This commit is contained in:
Satoshi Asami 1994-05-20 19:34:44 +00:00
parent 45597cd27f
commit da239ee1ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1528

View File

@ -69,8 +69,11 @@ If the package contains a
.B require
file (see
.B pkg_create
), then this is executed first with the flag
.B DEINSTALL
), then this is executed first with the flags
.PP
.B <script>
.I pkg-name DEINSTALL
.PP
to see whether or not de-installation should continue (a non-zero exit
status means no).
.PP