updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / sdlmame-wout-gconf / sdlmame.install
blob6103018a3179818378b3635978aff3fd1e50d42e
1 # Message displayed for a fresh install.
2 post_install()
3
4   echo ""
5   echo "***************************************************************"
6   echo " SDLMAME and the additional MAME utilities have been installed"
7   echo " in /usr/share/sdlmame However, SDLMAME can be run by" 
8   echo " typing sdlmame and it's options. Try running SDLMAME with"
9   echo " these options:"
10   echo " sdlmame <rom> -nowindow -noswitchres"
11   echo "***************************************************************"
12   echo ""
15 # Message for an update.
16 post_upgrade()
18   echo ""
19   echo "***************************************************************"
20   echo " SDLMAME has been updated. If you are upgrading directly from"
21   echo " 0.117 or earlier, you must delete all .cfg files and"
22   echo " re-configure your controllers. You should also run"
23   echo " 'SDLMAME --newini' to force the script to create a new ini" 
24   echo " file with default settings at ~/.mame/sdlmame.ini"
25   echo " since there may be new ini options."
26   echo "***************************************************************"
27   echo ""