pkgsrc/www/php-sugarcrm/INSTALL
ryoon 560df9955e Import php54-sugercrm-6.5.10 as www/php-sugarcrm.
SugerCRM is open source CRM (Customer Relationship Management)
system.
2013-02-26 12:37:46 +00:00

14 lines
238 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1 2013/02/26 12:37:46 ryoon Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
SCDIR="@PREFIX@/@SCDIR@"
case "${STAGE}" in
POST-INSTALL)
${CHOWN} -R ${WWWOWN} ${SCDIR} &&
${CHGRP} -R ${WWWGRP} ${SCDIR}
;;
esac