updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / cxmame / cxmame.install
blob5bc456abf3ad93b613cf54ca7734bc547e102bf4
1 # Message displayed for a fresh install.
2 post_install()
4     echo ""
5     echo "***************************************************************"
6     echo " Before you run cxmame you have to create a ~/.cxmamerc file with"
7     echo " the name of the xmame exectable you want to use (with full path" 
8     echo " if its not in your PATH ), followed by a ';'."
9     echo " ~/.cxmamerc example:"
10     echo " sdlmame;"
11     echo "***************************************************************"
12     echo ""
15 # Message for an update.
16 post_upgrade()
18     echo ""
19     echo "***************************************************************"
20     echo " Before you run cxmame you have to create a ~/.cxmamerc file with"
21     echo " the name of the xmame exectable you want to use (with full path" 
22     echo " if its not in your PATH ), followed by a ';'."
23     echo " ~/.cxmamerc example:"
24     echo " sdlmame;"
25     echo "***************************************************************"    
26     echo ""