post_install() {
  echo ">> If you wish to use Snes9x with OpenGL try osnes9x" 
  /bin/true
}

post_upgrade() {
  echo ">> If you wish to use Snes9x with OpenGL try osnes9x"
  /bin/true
}

op=$1
shift
$op $*