post_install() { if [ -f /etc/systemconfig ] then . /etc/systemconfig if [ -f /etc/php/php.ini ] then sed -i 's|^.*date.timezone.*$|date.timezone='${timezone}'|' /etc/php/php.ini fi fi } post_upgrade() { post_install }