From 4994025669422cef1a3273bb731f2cf68401e4ec Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 3 Jan 2009 22:12:42 +0000 Subject: 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. --- print/kpathsea/DEINSTALL | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 print/kpathsea/DEINSTALL (limited to 'print/kpathsea/DEINSTALL') diff --git a/print/kpathsea/DEINSTALL b/print/kpathsea/DEINSTALL new file mode 100644 index 00000000000..78ec1d22316 --- /dev/null +++ b/print/kpathsea/DEINSTALL @@ -0,0 +1,13 @@ +# $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 -- cgit v1.2.3