summaryrefslogtreecommitdiff
path: root/cad/pcb/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'cad/pcb/DEINSTALL')
-rw-r--r--cad/pcb/DEINSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/cad/pcb/DEINSTALL b/cad/pcb/DEINSTALL
new file mode 100644
index 00000000000..c2d9509ac39
--- /dev/null
+++ b/cad/pcb/DEINSTALL
@@ -0,0 +1,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