diff options
Diffstat (limited to 'net/nocol/DEINSTALL')
-rwxr-xr-x | net/nocol/DEINSTALL | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/net/nocol/DEINSTALL b/net/nocol/DEINSTALL deleted file mode 100755 index 5e7a5b3e203..00000000000 --- a/net/nocol/DEINSTALL +++ /dev/null @@ -1,23 +0,0 @@ -#! /bin/sh -# -# $NetBSD: DEINSTALL,v 1.3 2003/05/06 17:42:13 jmmv Exp $ -# - -case "$2" in - DEINSTALL) cat <<EOF - ---------------------------------------------------------------------------- -Data files and messages created by nocol are stored in /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 |