diff options
author | Jorginho <jorginho@adinet.com.uy> | 2012-05-25 20:17:19 +0200 |
---|---|---|
committer | Jorginho <jorginho@adinet.com.uy> | 2012-05-25 20:17:19 +0200 |
commit | f8a6ff058044cb8ac6c809512c12db66d9cef273 (patch) | |
tree | 02082a7805e2667cbbcc835d1ff209d7f5d78ed3 /pcr/bsnes/bsnes.install | |
parent | 1a4b2ba65d415277474f91444c1f1ad554bb4bb6 (diff) | |
download | abslibre-f8a6ff058044cb8ac6c809512c12db66d9cef273.tar.gz abslibre-f8a6ff058044cb8ac6c809512c12db66d9cef273.tar.bz2 abslibre-f8a6ff058044cb8ac6c809512c12db66d9cef273.zip |
bsnes:new package for pcr repo
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.' +} |