Author: frank
Date: 2006-09-26 07:52:36 +0000 (Tue, 26 Sep 2006)
New Revision: 1637

Modified:
   tetex-base/trunk/debian/postrm.in
Log:
fix purge invocation of update-texmf


Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in   2006-09-25 21:31:24 UTC (rev 1636)
+++ tetex-base/trunk/debian/postrm.in   2006-09-26 07:52:36 UTC (rev 1637)
@@ -48,7 +48,7 @@
     update-fmtutil
     ;;
   purge)
-    update-texmf
+    test -x /usr/sbin/update-texmf && update-texmf || true
     # if these files still exist, remove them now
     for file in $generated $generated_links; do
       rm -f /etc/texmf/dvips/$file


_______________________________________________
Pkg-tetex-commits mailing list
Pkg-tetex-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to