You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2009/04/18 08:33:39 UTC

svn commit: r766243 - /ofbiz/trunk/debian/ofbiz-framework.postinst

Author: doogie
Date: Sat Apr 18 06:33:39 2009
New Revision: 766243

URL: http://svn.apache.org/viewvc?rev=766243&view=rev
Log:
Forgot to remove the ofbiz_readers conditional in configure_ofbiz.

Modified:
    ofbiz/trunk/debian/ofbiz-framework.postinst

Modified: ofbiz/trunk/debian/ofbiz-framework.postinst
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.postinst?rev=766243&r1=766242&r2=766243&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.postinst (original)
+++ ofbiz/trunk/debian/ofbiz-framework.postinst Sat Apr 18 06:33:39 2009
@@ -59,13 +59,6 @@
 }
 configure_ofbiz() {
 	extra="-readers=seed"
-	: ofbiz_readers "$ofbiz_readers"
-	: ofbiz_import_readers "$ofbiz_import_readers"
-	if [ "$ofbiz_readers" ]; then
-		if [ "$ofbiz_import_readers" ]; then
-			extra="$extra -readers=\"$ofbiz_readers\""
-		fi
-	fi
 	for file in "/var/lib/ofbiz/import/"*.xml; do
 		if [ -e "$file" ]; then
 			extra="$extra -file=\"$file\""