summaryrefslogtreecommitdiff
path: root/mail/qpopper/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qpopper/DEINSTALL')
-rw-r--r--mail/qpopper/DEINSTALL24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/qpopper/DEINSTALL b/mail/qpopper/DEINSTALL
new file mode 100644
index 00000000000..8a586e5ede9
--- /dev/null
+++ b/mail/qpopper/DEINSTALL
@@ -0,0 +1,24 @@
+#!/bin/sh
+#
+# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:01:14 zuntum Exp $
+#
+
+PKGNAME=$1
+STAGE=$2
+
+DB_SUFFIX=@DB_SUFFIX@
+QPOPPER_APOP_AUTH=@QPOPPER_APOP_AUTH@.${DB_SUFFIX}
+QPOPPER_USER=@QPOPPER_USER@
+
+case "${STAGE}" in
+DEINSTALL)
+ cat <<EOF
+===========================================================================
+
+If you won't be using ${PKGNAME} any longer, you may want to remove
+user "${QPOPPER_USER}" and delete a file "${QPOPPER_APOP_AUTH}".
+
+===========================================================================
+EOF
+ ;;
+esac