Merge from vendor branch TNF:
[pkgsrcv2.git] / comms / fidogate / pkg / DEINSTALL
1 #! /bin/sh
2 #
3 # $NetBSD$
4 #
5
6 case "$2" in
7         DEINSTALL) cat <<EOF
8
9 ==========================================================================
10
11 Note that the FIDOGATE spool directory (/var/spool/fido) and log directory
12 (/var/log/fido) are NOT deleted by the pkg_delete process.  Please remove
13 these directories and all their contents manually, if they are no longer
14 needed. 
15
16 ==========================================================================
17
18 EOF
19         ;;
20 esac