[subversion-commit] SVN tetex-base commit + diffs: r1637 - tetex-base/trunk/debian

Frank Küster frank at costa.debian.org
Tue Sep 26 07:53:23 UTC 2006


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




More information about the Pkg-tetex-commits mailing list