diff options
Diffstat (limited to 'abs/extra-testing/snes9x/snes9x.install')
-rwxr-xr-x | abs/extra-testing/snes9x/snes9x.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/abs/extra-testing/snes9x/snes9x.install b/abs/extra-testing/snes9x/snes9x.install new file mode 100755 index 0000000..1528f50 --- /dev/null +++ b/abs/extra-testing/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 $* |