summaryrefslogtreecommitdiff
path: root/social/bsnes/bsnes.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-24 13:12:15 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-24 13:12:15 -0300
commitd6fedc876625ef84d79ee65e460f0df0e082af95 (patch)
tree222e8011ace3a4b09abc0b0c009f93f6213ec235 /social/bsnes/bsnes.install
parent960a229bf710546037d674ca530b0a4b6a857abb (diff)
parenta3b6393639417af522f0971f2da3908317e0adc0 (diff)
downloadabslibre-d6fedc876625ef84d79ee65e460f0df0e082af95.tar.gz
abslibre-d6fedc876625ef84d79ee65e460f0df0e082af95.tar.bz2
abslibre-d6fedc876625ef84d79ee65e460f0df0e082af95.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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.'
+}