diff options
author | minskim <minskim@pkgsrc.org> | 2009-01-03 22:12:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-01-03 22:12:42 +0000 |
commit | 4994025669422cef1a3273bb731f2cf68401e4ec (patch) | |
tree | 7b32a1f5b175ad03c1be9a7bd6a33c6dddfec648 /print/kpathsea/DEINSTALL | |
parent | ce26022244f81c18be25ead5195fdc90bb4dbd4d (diff) | |
download | pkgsrc-4994025669422cef1a3273bb731f2cf68401e4ec.tar.gz |
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.
Diffstat (limited to 'print/kpathsea/DEINSTALL')
-rw-r--r-- | print/kpathsea/DEINSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
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 |