summaryrefslogtreecommitdiff
path: root/print/apsfilter/pkg/DEINSTALL
blob: 9dbcd93383218ace670f79479ca22ebca35f17aa (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.1.1 2001/06/11 21:57:23 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