pkgsrc/www/php-soycms/INSTALL
ryoon b1e5919b41 Import php54-soycms-1.4.0a as www/php-soycms.
SOY CMS is flexible and plugin-based Contents Management System.
User interface is written in Japanese.
2012-12-13 16:07:55 +00:00

14 lines
242 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1 2012/12/13 16:07:55 ryoon Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
SOYDIR="@PREFIX@/@SOYDIR@"
case "${STAGE}" in
POST-INSTALL)
${CHOWN} -R ${WWWOWN} ${SOYDIR} &&
${CHGRP} -R ${WWWGRP} ${SOYDIR}
;;
esac