pkgsrc/www/privoxy/INSTALL

17 lines
260 B
Text
Raw Normal View History

#!@SH@
#
# $NetBSD: INSTALL,v 1.2 2003/11/05 10:45:29 agc Exp $
EGDIR="@EGDIR@"
case "${STAGE}" in
POST-INSTALL)
(cd ${PKG_SYSCONFDIR} &&
${LN} -s ${EGDIR}/templates)
;;
DEINSTALL)
(cd ${PKG_SYSCONFDIR} &&
${RM} -f templates)
;;
esac