pkgsrc/print/kpathsea/INSTALL
minskim 60a65bf44d Update kpathsea to 5.0.0.
Changes:
* Make shared library version and general package version the same.
* Make library re-entrant.
2009-06-09 21:29:17 +00:00

12 lines
242 B
Text

# $NetBSD: INSTALL,v 1.2 2009/06/09 21:29:17 minskim Exp $
case "${STAGE}" in
POST-INSTALL)
@PREFIX@/bin/mktexlsr \
@PREFIX@/share/texmf \
@PREFIX@/share/texmf-dist \
@TEXMFLOCAL@ \
@VARBASE@/lib/texmf \
@PKG_SYSCONFDIR@
;;
esac