summaryrefslogtreecommitdiff
path: root/news/inn/DEINSTALL
blob: 5c8283d9532411d24a0cdf01ce02095ea4b9f395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 21:03:41 zuntum Exp $

case "$2" in
        DEINSTALL) cat <<EOF

==========================================================================

Note that the inn data directory (@@INN_DATA_DIR@@) is NOT deleted during
the package deinstallation. Please remove this directory and all its
contents manually if it is no longer needed.

==========================================================================

EOF
        ;;
esac

exit 0