Author: frank
Date: 2006-10-10 07:05:16 +0000 (Tue, 10 Oct 2006)
New Revision: 1765

Modified:
   tex-common/trunk/scripts/tetex-bin-upgrade
Log:
the double-slash error is older, needs a workaround


Modified: tex-common/trunk/scripts/tetex-bin-upgrade
===================================================================
--- tex-common/trunk/scripts/tetex-bin-upgrade  2006-10-10 06:48:10 UTC (rev 
1764)
+++ tex-common/trunk/scripts/tetex-bin-upgrade  2006-10-10 07:05:16 UTC (rev 
1765)
@@ -26,4 +26,10 @@
   fi
 fi
 
+# an older version of tetex-bin ucf-registered the file with double
+# slashes, this breaks ucf
+if grep -q "/etc/texmf/fmt.d//01tetex.cnf" /var/lib/ucf/hashfile; then
+  $UCF --purge "/etc/texmf/fmt.d//01tetex.cnf"
+fi
+
 $UCF $ucf_sourcedir/$newfile $fmtdir/$newfile


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to