summaryrefslogtreecommitdiff
path: root/net/nocol/DEINSTALL
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-10-31 22:52:58 +0000
committerzuntum <zuntum>2001-10-31 22:52:58 +0000
commit7e9524f1017cb18948282b999e45c15b8b9e6dee (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/nocol/DEINSTALL
parent41c8c3cd74ce618106e762374834328ba0c18a8c (diff)
downloadpkgsrc-7e9524f1017cb18948282b999e45c15b8b9e6dee.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/nocol/DEINSTALL')
-rwxr-xr-xnet/nocol/DEINSTALL23
1 files changed, 23 insertions, 0 deletions
diff --git a/net/nocol/DEINSTALL b/net/nocol/DEINSTALL
new file mode 100755
index 00000000000..2edd18c652e
--- /dev/null
+++ b/net/nocol/DEINSTALL
@@ -0,0 +1,23 @@
+#! /bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:57:01 zuntum Exp $
+#
+
+case "$2" in
+ DEINSTALL) cat <<EOF
+
+---------------------------------------------------------------------------
+Data files and messages created by nocol are store is /var/run/msgs and
+/var/run/data. You may want to remove these directories manually if you
+don't need them any longer:
+
+ rm -fr /var/run/msgs /var/run/data
+
+For further information look at $PKG_PREFIX/share
+---------------------------------------------------------------------------
+
+EOF
+ ;;
+esac
+
+exit 0