pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/kpathsea/files Do not remove empty directories f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a9b64c523c5
branches: trunk
changeset: 394662:5a9b64c523c5
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jun 14 18:22:06 2009 +0000
description:
Do not remove empty directories from texmf trees; pkg_install will take
care of them.
diffstat:
print/kpathsea/files/texmf-deinstall.tmpl | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 7ee2c20be966 -r 5a9b64c523c5 print/kpathsea/files/texmf-deinstall.tmpl
--- a/print/kpathsea/files/texmf-deinstall.tmpl Sun Jun 14 18:17:11 2009 +0000
+++ b/print/kpathsea/files/texmf-deinstall.tmpl Sun Jun 14 18:22:06 2009 +0000
@@ -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@
;;
*)
Home |
Main Index |
Thread Index |
Old Index