5a1c7a7e62
* Multilingual website URLs * Global style sheet variables * Improved FAQ module * News archive/Event list/FAQ list/ and each reader on the same page * Disabling the CSS framework * Make style sheets static * Modified request token system * Contao safe mode * Autogenerated local configuration files * Adding system messages * Insert tag changes * Website root pages are required * Make ListView output a table * Embed Google web fonts * Advanced image crop modes * Forced password change * Privacy settings * Updated plugins (not extension) * New hooks * New methods in the File/Folder class * Remove some old function
12 lines
243 B
Text
12 lines
243 B
Text
# $NetBSD: INSTALL,v 1.1.1.1 2012/02/19 10:54:07 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
|