post_install() {
  echo -e "->  The VAX ROM images are located in /usr/lib/simh."
}

post_upgrade() {
  post_install $1
}
