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 .B require
file (see file (see
.B pkg_create .B pkg_create
), then this is executed first with the flag ), then this is executed first with the flags
.B DEINSTALL .PP
.B <script>
.I pkg-name DEINSTALL
.PP
to see whether or not de-installation should continue (a non-zero exit to see whether or not de-installation should continue (a non-zero exit
status means no). status means no).
.PP .PP