Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2003 07:14:43
Module Name: pkgsrc
Committed By: jlam
Date: Sun Nov 23 07:14:43 UTC 2003
Modified Files:
pkgsrc/mk: bsd.pkg.install.mk
pkgsrc/mk/install: deinstall install
Added Files:
pkgsrc/mk/install: deinstall-pre install-post
Log Message:
In the overwrite package case:
* Ensure that VIEW-INSTALL is called after _all_ POST-INSTALL actions
(including any in the INSTALL_EXTRA_TMPL file) by moving the call to
a file that is included after all other INSTALL templates.
* Ensure that VIEW-DEINSTALL is called before _all_ DEINSTALL actions
(including any in the DEINSTALL_EXTRA_TMPL file) by moving the call to
a file that is included before all other DEINSTALL templates.
To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 pkgsrc/mk/bsd.pkg.install.mk
cvs rdiff -r1.24 -r1.25 pkgsrc/mk/install/deinstall
cvs rdiff -r0 -r1.1 pkgsrc/mk/install/deinstall-pre \
pkgsrc/mk/install/install-post
cvs rdiff -r1.27 -r1.28 pkgsrc/mk/install/install
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.