pkgsrc/www/privoxy/DEINSTALL
jlam 16435dbba4 Split out deinstall portion of INSTALL script into a DEINSTALL script
to avoid the confusing DEINSTALL_TEMPLATE+=.../INSTALL line in the
Makefile.  Also, fix the INSTALL script so that we actually link a
real target into ${PKG_SYSCONFDIR}.  Bump the PKGREVISION.
2006-06-15 20:36:08 +00:00

9 lines
145 B
Text

#!@SH@
#
# $NetBSD: DEINSTALL,v 1.1 2006/06/15 20:36:08 jlam Exp $
case "${STAGE}" in
DEINSTALL)
${RM} -f ${PKG_SYSCONFDIR}/templates
;;
esac