summaryrefslogtreecommitdiff
path: root/www/privoxy/INSTALL
blob: fc23a103bda8b76ca462f14eee190f83dc35606b (plain)
1
2
3
4
5
6
7
8
9
10
#!@SH@
#
# $NetBSD: INSTALL,v 1.3 2006/06/15 20:36:08 jlam Exp $

case "${STAGE}" in
POST-INSTALL)
	${LN} -s ${PKG_PREFIX}/share/examples/privoxy/templates		\
		 ${PKG_SYSCONFDIR}/.
	;;
esac