7de9dc8601
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.
14 lines
242 B
Text
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
|