Index: tex4ht-1.0.2006_04_01_2140/src/scripts.sh
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ tex4ht-1.0.2006_04_01_2140/src/scripts.sh	2006-04-06 18:37:55.000000000 +0530
@@ -0,0 +1,7 @@
+#!/bin/sh
+if command -v xhtex > /dev/null 2>&1 ; then
+  true
+else
+  export PATH=/usr/share/tex4ht:$PATH
+fi
+
