mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
12 lines
246 B
Text
12 lines
246 B
Text
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:
|