Author: frank
Date: 2006-02-23 17:45:03 +0000 (Thu, 23 Feb 2006)
New Revision: 929

Modified:
   tex-common/trunk/debian/postinst.in
Log:
add an echo

Modified: tex-common/trunk/debian/postinst.in
===================================================================
--- tex-common/trunk/debian/postinst.in 2006-02-23 17:44:32 UTC (rev 928)
+++ tex-common/trunk/debian/postinst.in 2006-02-23 17:45:03 UTC (rev 929)
@@ -109,9 +109,11 @@
     check_texmf /etc/texmf/texmf.cnf 'TEXMF( |=)' TEXMFDIST
 
     if [ $checkfailed = true ]; then
+      echo "Exiting."
       exit 1
     fi
 
+
 # run our scripts - this way we ensure that the generated files are
 # corrected, should one of the scripts have produced buggy output in 
 # a prior version


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to