c77b9ddddb
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.
13 lines
259 B
Text
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
|