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

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


Author: frank
Date: 2006-09-26 12:52:49 +0000 (Tue, 26 Sep 2006)
New Revision: 1639

Modified:
   tetex-base/trunk/debian/postrm.in
Log:
new version of the check...


Modified: tetex-base/trunk/debian/postrm.in
===================================================================
--- tetex-base/trunk/debian/postrm.in	2006-09-26 11:52:32 UTC (rev 1638)
+++ tetex-base/trunk/debian/postrm.in	2006-09-26 12:52:49 UTC (rev 1639)
@@ -48,7 +48,9 @@
     update-fmtutil
     ;;
   purge)
-    test -x /usr/sbin/update-texmf && update-texmf || true
+    if which update-texmf >/dev/null; then
+      update-texmf
+    fi
     # 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