[Debian-tex-commits] SVN tex-common commit + diffs: r5185 - tex-common/branches/v3/debian

Norbert Preining preining at alioth.debian.org
Fri Mar 9 04:54:01 UTC 2012


Author: preining
Date: 2012-03-09 04:54:00 +0000 (Fri, 09 Mar 2012)
New Revision: 5185

Modified:
   tex-common/branches/v3/debian/maintscript
   tex-common/branches/v3/debian/postinst.in
Log:
remove old files with ucf and not via dpkg-maintscript-helper


Modified: tex-common/branches/v3/debian/maintscript
===================================================================
--- tex-common/branches/v3/debian/maintscript	2012-03-09 04:52:49 UTC (rev 5184)
+++ tex-common/branches/v3/debian/maintscript	2012-03-09 04:54:00 UTC (rev 5185)
@@ -1,12 +1 @@
-rm_conffile /etc/texmf/texmf.d/05TeXMF.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/15Plain.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/45TeXinputs.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/55Fonts.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/65BibTeX.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/75DviPS.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/80DVIPDFMx.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/85Misc.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/90TeXDoc.cnf 2.11
-rm_conffile /etc/texmf/texmf.d/95NonPath.cnf 2.11
-rm_conffile /etc/texmf/updmap.d/00updmap.cfg 2.11
 rm_conffile /etc/texmf/language.d/00tex.cnf 2.11

Modified: tex-common/branches/v3/debian/postinst.in
===================================================================
--- tex-common/branches/v3/debian/postinst.in	2012-03-09 04:52:49 UTC (rev 5184)
+++ tex-common/branches/v3/debian/postinst.in	2012-03-09 04:54:00 UTC (rev 5185)
@@ -315,6 +315,15 @@
     # it was created by former versions of update-updmap and disturbs the 
     # peace in the new system!
     rm -f /var/lib/texmf/web2c/updmap.cfg
+
+    for i in $UCF_FILES ; do
+      rm -f $i
+      ucf --purge $i
+      if test -x "`which ucfr`" ; then
+        ucfr --purge tex-common $i
+      fi
+    done
+
     #
     # call trigger action
     # that calls mktexlsr if possible, and update-*




More information about the Debian-tex-commits mailing list