[subversion-commit] SVN tex-common commit + diffs: r929 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Thu Feb 23 17:45:04 UTC 2006


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




More information about the Pkg-tetex-commits mailing list