summaryrefslogtreecommitdiff
path: root/pcr/bsnes/bsnes.install
diff options
context:
space:
mode:
authorJorge López Seijas <jorginho@lavabit.com>2013-02-13 18:25:20 +0100
committerJorge López Seijas <jorginho@lavabit.com>2013-02-13 18:25:20 +0100
commit50367f7542de9a8540e4759050a1581ffbae8576 (patch)
tree99d73578870f01c26beb343aca78e90753e2dede /pcr/bsnes/bsnes.install
parentabf4be4728f54e66546bde38fe88ae2169b71200 (diff)
Remove bsnes because it change name
Diffstat (limited to 'pcr/bsnes/bsnes.install')
-rw-r--r--pcr/bsnes/bsnes.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/pcr/bsnes/bsnes.install b/pcr/bsnes/bsnes.install
deleted file mode 100644
index 2e40f6bba..000000000
--- a/pcr/bsnes/bsnes.install
+++ /dev/null
@@ -1,18 +0,0 @@
-## 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 '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
-}