7f2acf9f8b
Baikal offers ubiquitous and synchronized access to your calendars and address books over CalDAV and CardDAV. Baikal implements the current IETF recommendation drafts of these industry standards for centralized calendar and address book collections.
15 lines
274 B
Text
15 lines
274 B
Text
#!@SH@
|
|
#
|
|
# $NetBSD: INSTALL,v 1.1 2015/11/24 11:38:28 wiz Exp $
|
|
|
|
WWWGRP="@WWWGRP@"
|
|
WWWOWN="@WWWOWN@"
|
|
BAIKALDIR="@PREFIX@/@BAIKALDIR@"
|
|
|
|
case "${STAGE}" in
|
|
POST-INSTALL)
|
|
cd ${BAIKALDIR} &&
|
|
${CHOWN} -R ${WWWOWN} ${BAIKALDIR} &&
|
|
${CHGRP} -R ${WWWGRP} ${BAIKALDIR}
|
|
;;
|
|
esac
|