Files
pkgsrc-ng/www/typo3_62/INSTALL
2016-01-21 23:40:00 +01:00

11 lines
229 B
Plaintext

# $NetBSD: INSTALL,v 1.1 2015/02/19 15:21:18 taca Exp $
case ${STAGE} in
POST-INSTALL)
cd "${PREFIX}/@TYPO3DIR@/@SITEDIR@" && (
${LN} -s "../@TYPO3NAME@" typo3_src
${LN} -s typo3_src/index.php typo3_src/typo3 .
)
;;
esac