diff options
author | minskim <minskim> | 2009-06-14 18:22:06 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-06-14 18:22:06 +0000 |
commit | 7fa979994f696914a574d1ec2531f8737f4e41eb (patch) | |
tree | 93d4e4e057edbeb483049e06d3994cbd0b0017f1 /print/kpathsea | |
parent | 6b238205fd3d2475386136237317dfa191b5259d (diff) | |
download | pkgsrc-7fa979994f696914a574d1ec2531f8737f4e41eb.tar.gz |
Do not remove empty directories from texmf trees; pkg_install will take
care of them.
Diffstat (limited to 'print/kpathsea')
-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@ ;; *) |