PKGBUILDs/community/higan/higan.install
2016-07-23 17:49:27 +00:00

13 lines
246 B
Plaintext

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: