From da6eed48b73fe5da7f5ce2667f6e12ef23b0f501 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 14 Mar 2006 11:19:57 +0000 Subject: Sync variable names in comments with recent changes to install framework. --- mk/install/deinstall-pre | 4 ++-- mk/install/install-post | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mk') diff --git a/mk/install/deinstall-pre b/mk/install/deinstall-pre index b3656bdf4e5..ee0145e9c1c 100644 --- a/mk/install/deinstall-pre +++ b/mk/install/deinstall-pre @@ -1,10 +1,10 @@ # start of deinstall-pre # -# $NetBSD: deinstall-pre,v 1.1 2003/11/23 07:14:43 jlam Exp $ +# $NetBSD: deinstall-pre,v 1.2 2006/03/14 11:19:57 tron Exp $ # Ensure that the VIEW-DEINSTALL action is called for overwrite packages. # This is here to ensure that it's the first DEINSTALL action (before -# any DEINSTALL_EXTRA_TMPL DEINSTALL actions). +# any DEINSTALL_TEMPLATE DEINSTALL actions). # case ${STAGE} in DEINSTALL) diff --git a/mk/install/install-post b/mk/install/install-post index d8b25c5a021..fc236632e1b 100644 --- a/mk/install/install-post +++ b/mk/install/install-post @@ -1,10 +1,10 @@ # start of install-post # -# $NetBSD: install-post,v 1.1 2003/11/23 07:14:43 jlam Exp $ +# $NetBSD: install-post,v 1.2 2006/03/14 11:19:57 tron Exp $ # Ensure that the VIEW-INSTALL action is called for overwrite packages. # This is here to ensure that it's the final POST-INSTALL action (after -# any INSTALL_EXTRA_TMPL POST-INSTALL actions). +# any INSTALL_TEMPLATE POST-INSTALL actions). # case ${STAGE} in POST-INSTALL) -- cgit v1.2.3