repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
plus4emu
/
plus4emu.install
blob
16a45228ddc7ff5d07b5cc5578a1a7ae42d7fa63
1
post_install() {
2
cat <<- EOF
3
:: You need to copy the ROM files from
4
:: /usr/share/plus4emu/roms/ to
5
:: \$HOME/.plus4emu/roms/
6
EOF
7
}
8
9
post_upgrade() {
10
post_install $1
11
}