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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

doogie-3
Author: doogie
Date: Wed Mar  4 22:46:51 2009
New Revision: 750209

URL: http://svn.apache.org/viewvc?rev=750209&view=rev
Log:
Remove disabled block that deal with debconf.cfg.

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=750209&r1=750208&r2=750209&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.postinst (original)
+++ ofbiz/trunk/debian/ofbiz-framework.postinst Wed Mar  4 22:46:51 2009
@@ -193,16 +193,6 @@
  fi
  dpkg-statoverride --update --add ofbiz ofbiz 755 /var/lib/ofbiz
  fi
- if false; then
- cat << _EOF_ > /etc/ofbiz/debconf.cfg.dpkg-new
-ofbiz_readers='$ofbiz_readers'
-ofbiz_admin_port='$ofbiz_admin_port'
-ofbiz_admin_key='$ofbiz_admin_key'
-_EOF_
- ucf /etc/ofbiz/debconf.cfg.dpkg-new /etc/ofbiz/debconf.cfg
- ucfr ofbiz /etc/ofbiz/debconf.cfg
- rm /etc/ofbiz/debconf.cfg.dpkg-new
- fi
  ;;
 esac
 #DEBHELPER#