mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document the fact that pkg_add/delete passes INSTALL/DEINSTALL
respectively to rscript.
This commit is contained in:
parent
818a7190ae
commit
ce30a19b7c
1 changed files with 5 additions and 0 deletions
|
|
@ -179,6 +179,11 @@ procedure for the package. This can be any
|
|||
executable program (or shell script). It will be invoked automatically
|
||||
at installation/deinstallation time to determine whether or not
|
||||
installation/deinstallation should proceed.
|
||||
To differentiate between installation and deinstallation, the keywords
|
||||
.Ar INSTALL
|
||||
and
|
||||
.Ar DEINSTALL
|
||||
are passed respectively, along with the package's name.
|
||||
.It Fl s Ar srcdir
|
||||
.Ar srcdir
|
||||
will override the value of
|
||||
|
|
|
|||
Loading…
Reference in a new issue