pkgsrc/databases/phpmyadmin/INSTALL
tron 6b0e3c9b1a Improve handling of configuration files and don't create obsolete "css"
directory. Problems noted by Stoned Elipot and Martti Kuparinen in
private e-mail. Bump package revision because of these changes.
2007-11-27 15:20:47 +00:00

11 lines
230 B
Text

# $NetBSD: INSTALL,v 1.1 2007/11/27 15:20:47 tron Exp $
CONF_INC_PHP=@CONF_INC_PHP@
PMCONFFILE=@PMCONFFILE@
case ${STAGE} in
POST-INSTALL)
${RM} -f ${CONF_INC_PHP}
${LN} -s ${PMCONFFILE} ${CONF_INC_PHP}
;;
esac