16435dbba4
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.
9 lines
145 B
Text
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
|