updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / sdlmess-svn / sdlmess.install
blob50444b62d581f1356a08a42c1162d6c386d25eda
1 # Message displayed for a fresh install.
2 post_install()
3
4   echo ""
5   echo "***************************************************************"
6   echo " SDLMESS and the additional MESS utilities have been installed"
7   echo " in /usr/share/sdlmess However, SDLMESS can be run by" 
8   echo " typing sdlmess and it's options. Try running SDLMESS with"
9   echo " these options:"
10   echo " sdlmess <system> <device> <software> -nowindow -noswitchres"
11   echo ""
12   echo " Note: There is no software path option in the ini, so you"
13   echo " will need to provide the full path to your disk image."
14   echo "***************************************************************"
15   echo ""
18 # Message for an update.
19 post_upgrade()
21   echo ""
22   echo "***************************************************************"
23   echo " SDLMESS has been updated. You should run SDLMESS --newini"
24   echo " to force the script to create a new ini file with default"
25   echo " settings at ~/.mess/mess.ini" 
26   echo " since there may be new ini options."
27   echo "***************************************************************"
28   echo ""
31 op=$1
32 shift
33 $op $*