post_install() {
  cat <<EOF
You need data files to play.
Copy the "id1" directory to /usr/share/games/quake
EOF
}

post_upgrade() {
  post_install $1
}