summaryrefslogtreecommitdiff
path: root/pcr/bsnes/bsnes.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/bsnes/bsnes.install')
-rw-r--r--pcr/bsnes/bsnes.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/bsnes/bsnes.install b/pcr/bsnes/bsnes.install
new file mode 100644
index 000000000..f18765649
--- /dev/null
+++ b/pcr/bsnes/bsnes.install
@@ -0,0 +1,12 @@
+## 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.'
+}