post_install() {
  chown -R http:http var/lib/drupal
}

post_upgrade() {
  chown -R http:http var/lib/drupal
}
