openbsd-ports/security/nessus/pkg/DEINSTALL

24 lines
355 B
Bash

#!/bin/sh
#
# $OpenBSD: DEINSTALL,v 1.2 2002/05/25 10:38:58 reinhard Exp $
#
# Nessus de-installation
set -e
PATH=/bin
cat <<EOT
+---------------
| To completely deinstall the $1 package, you need to manually
| delete /etc/nessus and /var/nessus.
|
| Do not do this if you plan on re-installing $1
| at some future time.
+---------------
EOT
exit 0