summarylogtreecommitdiffstats
path: root/atari800.install
diff options
context:
space:
mode:
Diffstat (limited to 'atari800.install')
-rwxr-xr-xatari800.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/atari800.install b/atari800.install
new file mode 100755
index 000000000000..0743de5fefa5
--- /dev/null
+++ b/atari800.install
@@ -0,0 +1,18 @@
+# Message displayed for a fresh install.
+post_install()
+{
+ # Display a helpful message to the user
+ echo ""
+ echo "***************************************************************"
+ echo " Running Atari800 for the first time will create a config file"
+ echo " at $HOME/.atari800.cfg and immediately open the emulator."
+ echo " Pressing the F1 key will open the menu where you should modify"
+ echo " the emultion configuration ROM path to /usr/share/atari800"
+ echo " to use the included ROMs Atari800 needs for emulation."
+ echo "***************************************************************"
+ echo ""
+}
+
+op=$1
+shift
+$op $* \ No newline at end of file