blob: 83fbc6d1718543949035ccbe40fda7281577703f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# $NetBSD: DEINSTALL,v 1.2 2003/06/23 11:16:49 seb Exp $
#
case "${STAGE}" in
POST-DEINSTALL)
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove the
hostname alias to "isectd" and remove the isect services listed in
/etc/services.
===========================================================================
EOF
;;
esac
|