pkgsrc/www/php-nextcloud/INSTALL
ryoon 964b6fa15a Import php56-nextcloud-11.0.0 as www/php-nextcloud.
A safe home for all your data

Access, share and protect your files, calendars, contacts,
communication & more at home and in your enterprise.
2017-01-12 15:07:38 +00:00

15 lines
261 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1 2017/01/12 15:07:38 ryoon Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
NC_DIR="@PREFIX@/@NC_DIR@"
case "${STAGE}" in
POST-INSTALL)
cd ${NC_DIR} &&
${CHOWN} -R ${WWWOWN} ${NC_DIR} &&
${CHGRP} -R ${WWWGRP} ${NC_DIR}
;;
esac