post_install() {
  echo "  >> Please fetch the IDA plugins from https://dl.google.com/dl/zynamics/bindiff420-win-pluginsonly.zip"
}

post_upgrade() {
    post_install "$@"
}
