summaryrefslogtreecommitdiff
path: root/print/apsfilter/INSTALL
blob: 49e95e504322681c47a25f9d8e5d566bc95b77aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1 2002/11/26 11:26:32 jmmv Exp $

PREFIX="@PREFIX@"

case ${STAGE} in
POST-INSTALL)
	${LN} -s ${PREFIX}/share/apsfilter ${PKG_SYSCONFDIR}/basedir
	;;
DEINSTALL)
	${RM} ${PKG_SYSCONFDIR}/basedir

	cat << EOF
===========================================================================
If you will not be using apsfilter any longer, you may want to remove
apsfilter's configuration directory (${PKG_SYSCONFDIR}) and the
SETUP.cfg configuration file from apsfilter's directory
(${PREFIX}/share/apsfilter/SETUP.cfg).
===========================================================================
EOF
	;;
esac