[BACK]Return to DEINSTALL CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / mutt

File: [cvs.NetBSD.org] / pkgsrc / mail / mutt / Attic / DEINSTALL (download)

Revision 1.3, Thu Jun 15 20:40:16 2006 UTC (17 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Branch point for: pkgsrc-2006Q3
Changes since 1.2: +2 -63 lines

Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.
This avoids the need for a confusing line of the form:

	DEINSTALL_TEMPLATE+=	path/to/INSTALL

in the package Makefile, and actually removes the need to specify it
altogether since by convention, the existence of the DEINSTALL script
is enough to add it to DEINSTALL_TEMPLATE.

# $NetBSD: DEINSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $

case ${STAGE} in
DEINSTALL)
	${RM} -f @DOCDIR@/samples
	;;
esac