pkgsrc/www/contao41/INSTALL
taca 29ab74e696 Add contao41 4.1.0 package.
Contao 4.1 is second minor release of Contao 4, which has incompatible API
from Contao 3.

* Now Contao is Symfony bundle.
* Contao 4 dose not use .htaccess files for protexting directory.
* DocumentRoot is "web" subdirecotry.
* XHTML support has gone, HTML5 only.
* Schema.org markup support.

Currently, no extension repository support yet.
2015-12-13 14:20:57 +00:00

12 lines
239 B
Text

# $NetBSD: INSTALL,v 1.1 2015/12/13 14:20:57 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