Index: debian_installer/lams2/debian/postinst =================================================================== RCS file: /usr/local/cvsroot/debian_installer/lams2/debian/postinst,v diff -u -r1.9 -r1.10 --- debian_installer/lams2/debian/postinst 20 Nov 2009 08:11:49 -0000 1.9 +++ debian_installer/lams2/debian/postinst 10 Mar 2010 04:41:05 -0000 1.10 @@ -227,6 +227,10 @@ sed -i -e "s/port=\"8080\"/port=\"$server_port\"/" server.xml case "$2" in + 2.3.3*) + update; + ;; + 2.3.2*) update; update232to233;