post_install() {
  echo "==> The /usr/bin/spyder executable is now a symlink for spyder3 (in the spyder3 package)."
  echo "==> The executable file for spyder2 is now /usr/bin/spyder2"
}

post_upgrade() {
  post_install
}
