1246094304
Matcha SNS is Social Networking Service (SNS) software for intranet and the Internet SNS. This software has Japanese UI only. It is formerly known as sencha-sns.
12 lines
240 B
Text
12 lines
240 B
Text
# $NetBSD: INSTALL,v 1.1 2015/04/08 19:11:09 ryoon Exp $
|
|
|
|
SENCHADIR="@PREFIX@/@SENCHADIR@"
|
|
WWWOWN="@WWWOWN@"
|
|
WWWGRP="@WWWGRP@"
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
${CHGRP} -R ${WWWGRP} ${SENCHADIR}
|
|
${CHOWN} -R ${WWWOWN} ${SENCHADIR}
|
|
;;
|
|
esac
|