pkgsrc/www/matcha-sns/INSTALL
ryoon 1246094304 Import php54-matcha-sns-1.3.6 as www/matcha-sns.
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.
2015-04-08 19:11:09 +00:00

13 lines
240 B
Plaintext

# $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