From 84a4762814baf8d119ec691bc9635cac255f62f7 Mon Sep 17 00:00:00 2001 From: Stephane Legrand Date: Wed, 27 Oct 2004 13:54:47 +0000 Subject: [PATCH] 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/ --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 90e1c3cc26..9cb420f097 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -5025,9 +5025,9 @@ ${PREFIX}/man/ja/man4/baz.4.gz This script will be run twice by &man.pkg.delete.1;. - The first time as ${SH} pkg-install ${PKGNAME} + The first time as ${SH} pkg-deinstall ${PKGNAME} DEINSTALL and the second time as - ${SH} pkg-install ${PKGNAME} POST-DEINSTALL. + ${SH} pkg-deinstall ${PKGNAME} POST-DEINSTALL.