summaryrefslogtreecommitdiff
path: root/community/sdlmame/sdlmame.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/sdlmame/sdlmame.install')
-rw-r--r--community/sdlmame/sdlmame.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/sdlmame/sdlmame.install b/community/sdlmame/sdlmame.install
new file mode 100644
index 000000000..0d3fab800
--- /dev/null
+++ b/community/sdlmame/sdlmame.install
@@ -0,0 +1,8 @@
+post_install()
+{
+ echo " SDLMAME and the additional MAME utilities have been installed"
+ echo " in /usr/share/sdlmame However, SDLMAME can be run by"
+ echo " typing sdlmame and it's options. Try running SDLMAME with"
+ echo " these options:"
+ echo " sdlmame <rom> -nowindow -noswitchres"
+}