#shutdown mysql
if module_installed mysql; then
     /etc/init.d/mysqld stop
fi &&
default_pre_build
