post_install() {
cat << EOF
higan needs the system files located in /usr/share/higan to be present inside
your ~/Emulation directory, please copy them over before using the emulator.
EOF
}

post_upgrade() {
  post_install
}

# vim: ts=2 sw=2 et: