[Debian-tex-commits] SVN tex-common commit + diffs: r4885 - tex-common/trunk/debian

Norbert Preining preining at alioth.debian.org
Thu Jun 30 23:33:08 UTC 2011


Author: preining
Date: 2011-06-30 23:33:08 +0000 (Thu, 30 Jun 2011)
New Revision: 4885

Modified:
   tex-common/trunk/debian/postinst.in
Log:
syntax error


Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in	2011-06-30 23:24:17 UTC (rev 4884)
+++ tex-common/trunk/debian/postinst.in	2011-06-30 23:33:08 UTC (rev 4885)
@@ -59,9 +59,7 @@
                     do_it=0
                     ;;
             esac
-            if [ "$do_it" = 0 ] ; then
-                : don't do anything here, we do not want to be noisy
-            else
+            if [ "$do_it" = 1 ] ; then
                 tempfile=$(mktemp -p /tmp mtxrun.XXXXXXXX)
                 printf "Running mtxrun --generate. This may take some time... "
                 if mtxrun --generate > $tempfile 2>&1 ; then




More information about the Debian-tex-commits mailing list