updated on Fri Jan 20 00:01:56 UTC 2012
[aur-mirror.git] / wolfmame / wolfmame.install
blobdeb592f79dd5876282d2c7aeda5f6039b21849a1
1 # Message displayed for a fresh install.
2 post_install()
3
4   echo ""
5   echo "***************************************************************"
6   echo " WolfMAME and the additional MAME utilities have been installed"
7   echo " in /usr/share/wolfmame However, WolfMAME can be run by" 
8   echo " typing wolfmame and it's options. Try running WolfMAME with"
9   echo " these options:"
10   echo " wolfmame <rom> -nowindow -noswitchres"
11   echo "***************************************************************"
12   echo ""
15 # Message for an update.
16 post_upgrade()
18   echo ""
19   echo "***************************************************************"
20   echo " WolfMAME 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 " 'WolfMAME --newini' to force the script to create a new ini" 
24   echo " file with default settings at ~/.mame/mame.ini"
25   echo " since there may be new ini options."
26   echo "***************************************************************"
27   echo ""
30 op=$1
31 shift
32 $op $*