pkgsrc/print/kpathsea/DEINSTALL
minskim 60a65bf44d Update kpathsea to 5.0.0.
Changes:
* Make shared library version and general package version the same.
* Make library re-entrant.
2009-06-09 21:29:17 +00:00

12 lines
253 B
Text

# $NetBSD: DEINSTALL,v 1.2 2009/06/09 21:29:17 minskim Exp $
case "${STAGE}" in
DEINSTALL)
${RM} -f \
@PKG_SYSCONFDIR@/ls-R \
@VARBASE@/lib/texmf/ls-R \
@TEXMFLOCAL@/ls-R \
@PREFIX@/share/texmf-dist/ls-R \
@PREFIX@/share/texmf/ls-R
;;
esac