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 <[EMAIL PROTECTED]>  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.


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

Reply via email to