summaryrefslogtreecommitdiff
path: root/net/6to4/pkg/DEINSTALL
blob: adffbe269bc34f051836842dc7f236a143f88fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.2 2001/03/01 19:07:53 jlam Exp $
#

case "$2" in
	DEINSTALL) 
		if [ -f ${PKG_PREFIX}/etc/6to4.conf ]; then
		cat <<EOF

=============================================================
Note that the 6to4 configuration file (${PKG_PREFIX}/etc/6to4.conf)
was not removed in the deinstallation process.  You should
remove it by hand, if you no longer need it.
=============================================================

EOF
		fi
	;;
esac