post_install() {
  cat <<EOM
:: Anbox is now deprecated in favor of Waydroid

   Due to upstream inactivity, Anbox and it's relevant
   packages will be removed in 2023.
EOM
}

post_upgrade() {
  post_install
}
