post_install() {
  set -e
  cd /opt/brakeman
  ./build.rb
}

post_upgrade() {
  post_install "$@"
}
