pkgsrc/www/sencha-sns/INSTALL
ryoon 08687b2692 Import sencha-sns-1.0.3 as www/sencha-sns.
Sencha SNS is Social Networking Service (SNS) software for intranet
and the Internet SNS.  This software has Japanese UI only.
2012-05-04 09:42:05 +00:00

16 lines
378 B
Text

# $NetBSD: INSTALL,v 1.1.1.1 2012/05/04 09:42:06 ryoon Exp $
SENCHADIR="@PREFIX@/@SENCHADIR@"
WWWOWN="@WWWOWN@"
WWWGRP="@WWWGRP@"
case ${STAGE} in
POST-INSTALL)
${CHGRP} -R ${WWWGRP} ${SENCHADIR}/app/tmp \
${SENCHADIR}/app/config \
${SENCHADIR}/app/files
${CHOWN} -R ${WWWOWN} ${SENCHADIR}/app/tmp \
${SENCHADIR}/app/config \
${SENCHADIR}/app/files
;;
esac