blob: cbd18035422904d4191382db65fd9ef102f3e7a1 (
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.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
|