summaryrefslogtreecommitdiff
path: root/social/bsnes/bsnes.install
diff options
context:
space:
mode:
authorJorginho <jorginho@adinet.com.uy>2012-05-25 20:15:27 +0200
committerJorginho <jorginho@adinet.com.uy>2012-05-25 20:15:27 +0200
commit1a4b2ba65d415277474f91444c1f1ad554bb4bb6 (patch)
treef9064d5470ec334a74bdf7ecc3163b3ff0467186 /social/bsnes/bsnes.install
parent4ff8070ee26b0261a20e641c4be7efde593486e7 (diff)
deleting bsnes folder from social repo
Diffstat (limited to 'social/bsnes/bsnes.install')
-rw-r--r--social/bsnes/bsnes.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/social/bsnes/bsnes.install b/social/bsnes/bsnes.install
deleted file mode 100644
index f18765649..000000000
--- a/social/bsnes/bsnes.install
+++ /dev/null
@@ -1,12 +0,0 @@
-## 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.'
-}