pkgsrc/print/kpathsea/DEINSTALL
minskim 4994025669 Import kpathsea-3.5.7 from pkgsrc-wip.
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.
2009-01-03 22:12:42 +00:00

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