summaryrefslogtreecommitdiff
path: root/mail/qmail/DEINSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qmail/DEINSTALL')
-rw-r--r--mail/qmail/DEINSTALL28
1 files changed, 28 insertions, 0 deletions
diff --git a/mail/qmail/DEINSTALL b/mail/qmail/DEINSTALL
new file mode 100644
index 00000000000..efd7f289945
--- /dev/null
+++ b/mail/qmail/DEINSTALL
@@ -0,0 +1,28 @@
+# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:01:10 zuntum Exp $
+
+PKGNAME=$1
+STAGE=$2
+
+if [ "$STAGE" != "POST-DEINSTALL" ]; then
+ exit 0
+fi
+
+QMAILDIR=@QMAILDIR@
+
+echo ===========================================================================
+echo
+echo Note: this package did not remove qmail users and groups in case you may
+echo want to use them later.
+echo
+echo These qmail users still exist in the system:
+echo " alias qmaill qmaild qmailp qmailq qmailr qmails"
+echo and these groups:
+echo " nofiles qmail"
+echo
+echo If you won\'t be using ${PKGNAME} any longer, you may remove qmail
+echo users and groups automatically by typing \"make remove-users\".
+echo
+echo Directories \"alias control queue users\" from ${QMAILDIR} were also untouched
+echo and they are ready for future use. You may safely remove them - type \"make remove-dirs\".
+echo
+echo ===========================================================================