2000-08-25 14:35:40 +02:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2001-11-24 21:49:42 +01:00
|
|
|
# $NetBSD: INSTALL,v 1.2 2001/11/24 20:49:42 jlam Exp $
|
2000-08-25 14:35:40 +02:00
|
|
|
|
|
|
|
case ${STAGE} in
|
|
|
|
POST-INSTALL)
|
2000-12-10 10:45:32 +01:00
|
|
|
${CAT} << EOF
|
|
|
|
===========================================================================
|
|
|
|
Please also refer to:
|
|
|
|
|
|
|
|
${PKG_PREFIX}/share/doc/html/cyrus-imapd/install.html
|
|
|
|
|
|
|
|
to set up the necessary directories before starting the Cyrus IMAP server.
|
|
|
|
===========================================================================
|
|
|
|
EOF
|
2000-08-25 14:35:40 +02:00
|
|
|
;;
|
|
|
|
esac
|