f4477088c8
Contao is an Open Source PHP Content Management System for people who want a professional website that is easy to maintain. Visit the https://contao.org for more information. This is new Long Term Support release which replase existing Contao 3.2 and the last stable release from Contao 3.x series. Please refer system/docs/CHANGELOG.md in detail.
12 lines
239 B
Text
12 lines
239 B
Text
# $NetBSD: INSTALL,v 1.1 2015/06/06 03:41:24 taca Exp $
|
|
|
|
CT_WEBDIR="@PREFIX@/@CT_WEBDIR@"
|
|
WWWOWN="@WWWOWN@"
|
|
WWWGRP="@WWWGRP@"
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${CHGRP} -R ${WWWGRP} ${CT_WEBDIR}
|
|
${CHOWN} -R ${WWWOWN} ${CT_WEBDIR}
|
|
;;
|
|
esac
|