[Debian-tex-commits] SVN tex-common commit + diffs: r5187 -	tex-common/branches/v3/debian
    Norbert Preining 
    preining at alioth.debian.org
       
    Fri Mar  9 05:10:15 UTC 2012
    
    
  
Author: preining
Date: 2012-03-09 05:09:50 +0000 (Fri, 09 Mar 2012)
New Revision: 5187
Modified:
   tex-common/branches/v3/debian/postinst.in
Log:
fix for path in ucf postinst code
Modified: tex-common/branches/v3/debian/postinst.in
===================================================================
--- tex-common/branches/v3/debian/postinst.in	2012-03-09 04:55:18 UTC (rev 5186)
+++ tex-common/branches/v3/debian/postinst.in	2012-03-09 05:09:50 UTC (rev 5187)
@@ -317,10 +317,10 @@
     rm -f /var/lib/texmf/web2c/updmap.cfg
 
     for i in $UCF_FILES ; do
-      rm -f $i
-      ucf --purge $i
+      rm -f /etc/texmf/$i
+      ucf --purge /etc/texmf/$i
       if test -x "`which ucfr`" ; then
-        ucfr --purge tex-common $i
+        ucfr --purge tex-common /etc/texmf/$i
       fi
     done
 
    
    
More information about the Debian-tex-commits
mailing list