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.
12 lines
184 B
Cheetah
12 lines
184 B
Cheetah
# $NetBSD: texmf-install.tmpl,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $
|
|
#
|
|
# Rebuild ls-R databases.
|
|
#
|
|
|
|
case ${STAGE} in
|
|
POST-INSTALL)
|
|
@MKTEXLSR@ @TEXMF_DIRS@
|
|
;;
|
|
*)
|
|
;;
|
|
esac
|