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

Frank Küster frank at costa.debian.org
Tue Jan 10 10:02:15 UTC 2006


Author: frank
Date: 2006-01-10 10:02:15 +0000 (Tue, 10 Jan 2006)
New Revision: 450

Modified:
   tex-common/trunk/debian/postinst.functions
Log:
reindent

Modified: tex-common/trunk/debian/postinst.functions
===================================================================
--- tex-common/trunk/debian/postinst.functions	2006-01-10 10:00:58 UTC (rev 449)
+++ tex-common/trunk/debian/postinst.functions	2006-01-10 10:02:15 UTC (rev 450)
@@ -142,18 +142,18 @@
     if [ "$variable" = TEXFONTMAPS ]; then
     # the following is for backwards compatibility; must be dropped once all 
     # font packages follow TDS 1.1
-    if ! echo "$line" | grep -q '/dvips//'; then
-      echo
-      echo "An essential entry is wrong in $file:"
-      echo "TEXFONTMAPS does not contain"
-      echo "/dvips//"
-      echo "teTeX will not work without it, you need to fix your configuration"
-      echo "files.  The version of $file that is provided by the package"
-      echo "should be available as ${file}.dpkg-dist"
-      echo
-      failed=true
+      if ! echo "$line" | grep -q '/dvips//'; then
+	echo
+	echo "An essential entry is wrong in $file:"
+	echo "TEXFONTMAPS does not contain"
+	echo "/dvips//"
+	echo "teTeX will not work without it, you need to fix your configuration"
+	echo "files.  The version of $file that is provided by the package"
+	echo "should be available as ${file}.dpkg-dist"
+	echo
+	failed=true
+      fi
     fi
-    fi
   fi
   if [ "$failed" = "true" ]; then
     echo "Exiting."




More information about the Pkg-tetex-commits mailing list