summaryrefslogtreecommitdiff
path: root/pcr/bsnes/bsnes.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-07 23:14:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-07 23:14:40 -0300
commite34f519a15c787fe306d3e46d8d87e0ce414889d (patch)
tree21c50ff88a7b6f39a279110cd2985f5ba715f069 /pcr/bsnes/bsnes.install
parentd622203bd9b24ddd4f0be2e6e5d3bc8dadffbb93 (diff)
bsnes-090-2: updating version
Diffstat (limited to 'pcr/bsnes/bsnes.install')
-rw-r--r--pcr/bsnes/bsnes.install12
1 files changed, 9 insertions, 3 deletions
diff --git a/pcr/bsnes/bsnes.install b/pcr/bsnes/bsnes.install
index f18765649..2e40f6bba 100644
--- a/pcr/bsnes/bsnes.install
+++ b/pcr/bsnes/bsnes.install
@@ -6,7 +6,13 @@ post_install() {
## 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.'
+ echo 'As of 090 bsnes requires a new directory layout for the ROMs. You can'
+ echo 'use bsnes-purify to create it. You should also copy the '
+ echo '/usr/share/bsnes/profile/ data into your ~/.config/bsnes/ folder unless'
+ echo 'you have already done so. It contains files that the emulator needs to'
+ echo 'function properly.'
+
+ if [ "$(vercmp $2 090)" -lt 0 ]; then
+ echo 'The profile data changed with release 090, update your files.'
+ fi
}