pkgsrc/www/typolight27/INSTALL
taca c77b9ddddb Importing www/typolight27 (TYPOlight 2.7.RC2).
This is beta version of TYPOlight which will be released next month.

Now, typoligth26 and typolight27 can coexist and it's greatly help
migration between these releases.
2009-04-26 03:58:41 +00:00

13 lines
259 B
Text

# $NetBSD: INSTALL,v 1.1.1.1 2009/04/26 03:58:42 taca Exp $
TL_UPDATE="@TL_UPDATE@"
TL_WEBDIR="@PREFIX@/@TL_WEBDIR@"
TL_OWN="@WWWOWN@"
case ${STAGE} in
POST-INSTALL)
case "${TL_UPDATE}" in
[Yy][Ee][Ss]) ${CHOWN} -R ${TL_OWN} ${TL_WEBDIR};;
esac
;;
esac