summaryrefslogtreecommitdiffstats
path: root/abs/extra/snes9x/snes9x.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/snes9x/snes9x.install')
-rwxr-xr-xabs/extra/snes9x/snes9x.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra/snes9x/snes9x.install b/abs/extra/snes9x/snes9x.install
new file mode 100755
index 0000000..1528f50
--- /dev/null
+++ b/abs/extra/snes9x/snes9x.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo ">> If you wish to use Snes9x with OpenGL try osnes9x"
+ /bin/true
+}
+
+post_upgrade() {
+ echo ">> If you wish to use Snes9x with OpenGL try osnes9x"
+ /bin/true
+}
+
+op=$1
+shift
+$op $*