summaryrefslogtreecommitdiff
path: root/cad/pcb/DEINSTALL
blob: 8153b60b4b28d12442e7626e1c22890574f54690 (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.2.2 2002/06/23 18:40:15 jlam 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