updated on Thu Jan 12 16:09:17 UTC 2012
[aur-mirror.git] / gngeo / gngeo.install
blob4375a7895e90a7a72144d339ab0fd88f8582e352
1 # Message displayed for a fresh install.
2 post_install()
3
4   echo ""
5   echo "***************************************************************"
6   echo " GnGeo has been installed. You will need to supply a rom and"
7   echo " bios path at the command-line to play games or you should"
8   echo " create a configuration file and save it as:" 
9   echo " $HOME/.gngeo/gngeorc"
10   echo " Take a look in /usr/share/gngeo/ for a sample_gngeorc file."
11   echo " NOTE: What worked well for me was to remove the libgl path,"
12   echo " add a biospath option and set my blitter to yuv." 
13   echo "***************************************************************"
14   echo ""
17 op=$1
18 shift
19 $op $*