pkgsrc/www/php-tt-rss/INSTALL
ryoon 7de9dc8601 Import php54-tt-rss-1.6.2 as www/php-tt-rss.
Tiny Tiny RSS is an open source web-based news feed (RSS/Atom)
reader and aggregator, designed to allow you to read news from any
location, while feeling as close to a real desktop application as
possible.
2013-01-03 13:59:44 +00:00

14 lines
242 B
Text

#!@SH@
#
# $NetBSD: INSTALL,v 1.1 2013/01/03 13:59:44 ryoon Exp $
WWWGRP="@WWWGRP@"
WWWOWN="@WWWOWN@"
TR_DIR="@PREFIX@/@TR_DIR@"
case "${STAGE}" in
POST-INSTALL)
${CHOWN} -R ${WWWOWN} ${TR_DIR} &&
${CHGRP} -R ${WWWGRP} ${TR_DIR}
;;
esac