1998-02-12 15:27:00 +01:00
|
|
|
#! /bin/sh
|
1998-08-07 13:08:53 +02:00
|
|
|
#
|
2001-11-01 01:57:41 +01:00
|
|
|
# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:17:52 zuntum Exp $
|
1998-08-07 13:08:53 +02:00
|
|
|
#
|
1998-02-12 15:27:00 +01:00
|
|
|
|
|
|
|
case "$2" in
|
|
|
|
DEINSTALL) cat <<EOF
|
|
|
|
|
|
|
|
=============================================================
|
|
|
|
Note that ssh configuration, key, and random-seed files
|
1998-05-24 20:57:40 +02:00
|
|
|
(@SSH_CONF_DIR@/ssh*) are not removed in the deinstallation
|
1998-02-12 15:27:00 +01:00
|
|
|
process. You should remove those by hand, if you no longer
|
|
|
|
need them.
|
|
|
|
=============================================================
|
|
|
|
|
|
|
|
EOF
|
|
|
|
;;
|
|
|
|
esac
|