post_install() {
  set -e
  echo
  echo "  >> Binary name changed! Installed as: /usr/bin/ufb-scraper"
  echo
}

post_upgrade() {
  post_install "$@"
}

