summaryrefslogtreecommitdiff
path: root/social/bsnes/bsnes.install
diff options
context:
space:
mode:
authorJorginho <jorginho@adinet.com.uy>2012-05-24 14:53:23 +0200
committerJorginho <jorginho@adinet.com.uy>2012-05-24 14:53:23 +0200
commita3b6393639417af522f0971f2da3908317e0adc0 (patch)
treeaf0edd5bfa3c12ccfc1bddff1f20a6dd305ce455 /social/bsnes/bsnes.install
parent22a405b922ffb0604e0a0e249a52c1387fc66852 (diff)
upload bsnes
Diffstat (limited to 'social/bsnes/bsnes.install')
-rw-r--r--social/bsnes/bsnes.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/social/bsnes/bsnes.install b/social/bsnes/bsnes.install
new file mode 100644
index 000000000..f18765649
--- /dev/null
+++ b/social/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.'
+}