diff options
author | minskim <minskim@pkgsrc.org> | 2009-06-14 18:22:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-06-14 18:22:06 +0000 |
commit | 1b088242724d7e7976ea0527a3a588b417dfa482 (patch) | |
tree | 93d4e4e057edbeb483049e06d3994cbd0b0017f1 | |
parent | 62aa74b6d1d2107fc7c805f0312c25d64f0f972a (diff) | |
download | pkgsrc-1b088242724d7e7976ea0527a3a588b417dfa482.tar.gz |
Do not remove empty directories from texmf trees; pkg_install will take
care of them.
-rw-r--r-- | print/kpathsea/files/texmf-deinstall.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/kpathsea/files/texmf-deinstall.tmpl b/print/kpathsea/files/texmf-deinstall.tmpl index b35689ef570..dfe261a19ec 100644 --- a/print/kpathsea/files/texmf-deinstall.tmpl +++ b/print/kpathsea/files/texmf-deinstall.tmpl @@ -1,11 +1,10 @@ -# $NetBSD: texmf-deinstall.tmpl,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $ +# $NetBSD: texmf-deinstall.tmpl,v 1.2 2009/06/14 18:22:06 minskim Exp $ # # Rebuild ls-R databases. # case ${STAGE} in POST-DEINSTALL) - @FIND@ -d @TEXMF_DIRS@ -type d -empty -exec @RMDIR@ {} \; @MKTEXLSR@ @TEXMF_DIRS@ ;; *) |