[Debian-tex-commits] SVN tex-common commit + diffs: r4419 - tex-common/branches/for-tl2008/debian

Norbert Preining preining at alioth.debian.org
Thu Dec 3 13:44:59 UTC 2009


Author: preining
Date: 2009-12-03 13:44:58 +0000 (Thu, 03 Dec 2009)
New Revision: 4419

Modified:
   tex-common/branches/for-tl2008/debian/postinst.in
Log:
new try 


Modified: tex-common/branches/for-tl2008/debian/postinst.in
===================================================================
--- tex-common/branches/for-tl2008/debian/postinst.in	2009-12-03 13:33:00 UTC (rev 4418)
+++ tex-common/branches/for-tl2008/debian/postinst.in	2009-12-03 13:44:58 UTC (rev 4419)
@@ -122,7 +122,8 @@
                     # we also have to check that texlive-base is installed
                     # and configured, otherwise we cannot be sure that
                     # all necessary basic files are present
-                    stat=$(dpkg-query -f='${Status}' texlive-base)
+                    stat=$(dpkg-query -W -f='${Status}' texlive-base)
+                    echo "texlive-base status = ...$stat..."
                     case "$stat" in
                         "install ok install")
                             do_it=1




More information about the Debian-tex-commits mailing list