c9626573b8
Changes: * Make shared library version and general package version the same. * Make library re-entrant.
12 lines
242 B
Text
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
|