summaryrefslogtreecommitdiff
path: root/cad/pcb/DEINSTALL
blob: c2d9509ac39772cebd0be9006258e5a585bfedb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2002/05/31 19:56:19 dmcmahill Exp $
#

case "$2" in
	DEINSTALL) cat <<EOF

=============================================================
Note that the local library configuration file
(@pkg_sysconfdir@/pcb/local.inc) is not removed by the
deinstallation process.  You should remove this by hand, if
you no longer need it.
=============================================================

EOF
	;;
esac