post_install() {
  echo "Probably you need to 'chown -R http:http var/lib/drupal'"
}

post_upgrade() {
  post_install
}
