summaryrefslogtreecommitdiff
path: root/www/privoxy/INSTALL
blob: 5ca5a7d8cdb15e0ef8ff65a983883d49db38c2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!@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