post_install() { set -e cd /usr/share/webhackshl bundle install --path vendor/bundle } post_upgrade() { post_install "${@}" }