Index: debian_installer/lams2/debian/postinst =================================================================== diff -u -rcdc5c890cf53d987fa9fc7c0f7189ff8f75b574b -r308f6aeedff0b2ae89316b0b097d98806499b633 --- debian_installer/lams2/debian/postinst (.../postinst) (revision cdc5c890cf53d987fa9fc7c0f7189ff8f75b574b) +++ debian_installer/lams2/debian/postinst (.../postinst) (revision 308f6aeedff0b2ae89316b0b097d98806499b633) @@ -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;