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."


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

Reply via email to