[subversion-commit] SVN tetex commit + diffs: r295 - tetex-bin/trunk/debian

Ralf Stubner stubner-guest at costa.debian.org
Fri Oct 21 18:46:43 UTC 2005


Author: stubner-guest
Date: 2005-10-21 18:46:42 +0000 (Fri, 21 Oct 2005)
New Revision: 295

Modified:
   tetex-bin/trunk/debian/changelog
   tetex-bin/trunk/debian/postinst.in
Log:
remove old formats with option '-f' (closes: #335055, #335065)


Modified: tetex-bin/trunk/debian/changelog
===================================================================
--- tetex-bin/trunk/debian/changelog	2005-10-21 10:59:52 UTC (rev 294)
+++ tetex-bin/trunk/debian/changelog	2005-10-21 18:46:42 UTC (rev 295)
@@ -1,6 +1,7 @@
 tetex-bin (3.0-10.1) UNRELEASED; urgency=low
 
   * Fix a path in the postinst script (closes: #334660) [frank]
+  * remove old formats with option '-f' (closes: #335055, #335065) [stubner]
 
  -- Frank Küster <frank at debian.org>  Fri, 21 Oct 2005 12:50:06 +0200
 

Modified: tetex-bin/trunk/debian/postinst.in
===================================================================
--- tetex-bin/trunk/debian/postinst.in	2005-10-21 10:59:52 UTC (rev 294)
+++ tetex-bin/trunk/debian/postinst.in	2005-10-21 18:46:42 UTC (rev 295)
@@ -181,7 +181,7 @@
 
     # now create the formats.  We have to remove the old ones first, in case 
     # engines have changed
-    rm $TEXMFSYSVAR/web2c/*fmt
+    rm -f $TEXMFSYSVAR/web2c/*fmt
     create_tetex_formats --all
 
     # now create the font map files.




More information about the Pkg-tetex-commits mailing list