From f8a6ff058044cb8ac6c809512c12db66d9cef273 Mon Sep 17 00:00:00 2001 From: Jorginho Date: Fri, 25 May 2012 20:17:19 +0200 Subject: bsnes:new package for pcr repo --- pcr/bsnes/bsnes.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/bsnes/bsnes.install (limited to 'pcr/bsnes/bsnes.install') 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.' +} -- cgit v1.2.3