In section 13.3, the pkg-deinstall file is described as:
"This script will be run twice by pkg_delete(1). The first time as
${SH} pkg-install ${PKGNAME} DEINSTALL and the second time as ${SH}
pkg-install ${PKGNAME} POST-DEINSTALL."
I don't see how the pkg-deinstall file could be run as pkg-install then
s/pkg-install/pkg-deinstall/
This commit is contained in:
parent
0fa760213e
commit
84a4762814
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22701
1 changed files with 2 additions and 2 deletions
|
|
@ -5025,9 +5025,9 @@ ${PREFIX}/man/ja/man4/baz.4.gz</programlisting>
|
|||
|
||||
<para>
|
||||
This script will be run twice by &man.pkg.delete.1;.
|
||||
The first time as <literal>${SH} pkg-install ${PKGNAME}
|
||||
The first time as <literal>${SH} pkg-deinstall ${PKGNAME}
|
||||
DEINSTALL</literal> and the second time as
|
||||
<literal>${SH} pkg-install ${PKGNAME} POST-DEINSTALL</literal>.
|
||||
<literal>${SH} pkg-deinstall ${PKGNAME} POST-DEINSTALL</literal>.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue