summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-09-08 20:57:22 +0000
committerhubertf <hubertf>1999-09-08 20:57:22 +0000
commit5096585d91b76dc1942baf0c80e2bcb4440326e1 (patch)
treef0bae4ff78e40e7a7aa31e66243355fa57c70627 /Packages.txt
parentf5e293f462e2990e3c8dfab44176e24bf1f92d2e (diff)
downloadpkgsrc-5096585d91b76dc1942baf0c80e2bcb4440326e1.tar.gz
pkg/DEINSTALL is called before and after the files are removed.
Noted by Jim Wise.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Packages.txt b/Packages.txt
index 416d6c54efd..c575a8c9a89 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.65 1999/08/31 08:38:57 rh Exp $
+# $NetBSD: Packages.txt,v 1.66 1999/09/08 20:57:22 hubertf Exp $
###########################################################################
==========================
@@ -481,9 +481,9 @@ attention to the following things in pkg/PLIST:
pkg_add(1) and pkg_create(1) for more information.
* pkg/DEINSTALL:
- This script is executed before any files are removed. It is this
- script's responsibility to clean up any additional messy details around
- the package's installation, since all pkg_delete knows how to do is
+ This script is executed before and after any files are removed. It is
+ this script's responsibility to clean up any additional messy details
+ around the package's installation, since all pkg_delete knows is how to
delete the files created in the original distribution. See pkg_delete(1)
and pkg_create(1) for more information.