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
291 B
Text
13 lines
291 B
Text
# $NetBSD: DEINSTALL,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $
|
|
|
|
case "${STAGE}" in
|
|
DEINSTALL)
|
|
${RM} -f \
|
|
@PKG_SYSCONFDIR@/ls-R \
|
|
@VARBASE@/lib/texmf/ls-R \
|
|
@TEXMFLOCAL@/ls-R \
|
|
@PREFIX@/share/doc/texmf/ls-R \
|
|
@PREFIX@/share/texmf-dist/ls-R \
|
|
@PREFIX@/share/texmf/ls-R
|
|
;;
|
|
esac
|