diff -r d8a8c57f36c4 -r bf1bc6b08c46 build/pre_upgrade.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/pre_upgrade.sh Tue Oct 18 14:38:56 2016 +0200 @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +if [ -x /usr/local/bin/drush ]; then + echo "Deactivate corpus module" + /usr/local/bin/drush -r /var/www/corpusdelaparole/drupal pm-disable -y corpus +fi