# $NetBSD: INSTALL,v 1.3 2006/04/28 18:16:25 jlam 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
