diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-02 22:54:10 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-02 22:54:10 -0300 |
commit | 4ce84837520f8c56ae998d5d2d98380faf3e3eb5 (patch) | |
tree | b22e90f4dc9b313fbc814852c874e4fb31a8d0c7 /pcr/bsnes/bsnes.install | |
parent | 5f74139e49aec90fef556447373608db10d9f1e6 (diff) | |
parent | 96b3ccdea0907e8df071273f302e1640b05d07c6 (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'pcr/bsnes/bsnes.install')
-rw-r--r-- | pcr/bsnes/bsnes.install | 12 |
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.' +} |