summaryrefslogtreecommitdiff
path: root/print/apsfilter/DEINSTALL
blob: 900057318ac7fa4415677b552ada097f890d975b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 23:27:30 zuntum Exp $

PKGNAME=$1

case "$2" in
	DEINSTALL) cat << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to
remove apsfilter's configuration directory (usually /etc/apsfilter) and
SETUP.cfg from apsfilter's directory
(usually @LOCALBASE@/share/apsfilter/SETUP.cfg)
===========================================================================
EOF
	;;
esac