post_install() {
  set -e
  echo
  echo ">>"
  echo ">>      !! GitHub token REQUIRED !!"
  echo ">>"
  echo ">>      Add token to /usr/share/shhgit/config.yml"
  echo ">>"
  echo
}

post_upgrade() {
  post_install "$@"
}
