desktop/bsnes/bsnes.install
2012-05-01 11:10:11 +00:00

13 lines
368 B
Plaintext

## arg 1: the new package version
post_install() {
post_upgrade
}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
echo 'You should copy the /usr/share/bsnes/profile/ data into your'
echo '~/.config/bsnes/ folder unless you have already done so. It contains'
echo 'files that the emulator needs to function properly.'
}