4994025669
Kpathsea is a library to do path searching. It is used in the Web2C implementation of TeX and friends. The library's fundamental purpose is to return a filename from a list of directories specified by the user, similar to what shells do when looking up program names to execute.
13 lines
275 B
Text
13 lines
275 B
Text
# $NetBSD: INSTALL,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $
|
|
|
|
case "${STAGE}" in
|
|
POST-INSTALL)
|
|
@PREFIX@/bin/mktexlsr \
|
|
@PREFIX@/share/texmf \
|
|
@PREFIX@/share/texmf-dist \
|
|
@PREFIX@/share/doc/texmf \
|
|
@TEXMFLOCAL@ \
|
|
@VARBASE@/lib/texmf \
|
|
@PKG_SYSCONFDIR@
|
|
;;
|
|
esac
|