pkgsrc-wip/nnrpd/DEINSTALL
Hauke Fath cc983890fd Build the nnrpd from the INN 1.7.2 distribution as nntp reader daemon
for use with the C News (c-news) package.
2005-01-13 14:26:21 +00:00

20 lines
482 B
Bash

#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2005/01/13 14:26:21 hfath Exp $
case "$2" in
DEINSTALL) cat <<EOF
==========================================================================
Note that the inn data directory (@INNDATA@) 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