summaryrefslogtreecommitdiff
path: root/mail/sqwebmail/INSTALL
blob: 314c296a52e112a297a08f4bb29372f8345c1e97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: INSTALL,v 1.4 2007/10/09 19:19:10 martti Exp $

case ${STAGE} in
POST-INSTALL)
	if ${TEST} -d "@VARBASE@/sqwebmail"; then
		${CAT} << EOF
===========================================================================

If you are upgrading SqWebMail from a previous version, please note
that the Courier directory for keeping local state has moved.  In
order to preserve your existing users' calendar information, you will
need to move:

	@VARBASE@/sqwebmail
to
	@SQWEBMAIL_STATEDIR@/sqwebmail

===========================================================================
EOF
	fi
	;;
esac