updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / gemrb / gemrb.install
blob8d1c7a225959251ceec2f2a0aba46eb3c291a4ed
1 # arg 1:  the new package version
2 post_install() {
3   cat << EOF
5 Installing the games
6 --------------------
7         1. Install the game(s) (eg using wine or Unshield)
8         2. Copy /etc/gemrb/GemRB.cfg.sample to ~/.gemrb/gemrb.cfg or to /etc/gemrb/gemrb.cfg
9         3. Edit gemrb.cfg, mainly to set up the path to the game's data files. It is crucial to get this right.
10         4. Now You can start the game by executing "gemrb" at the command line prompt
12 EOF
15 # arg 1:  the old package version
16 post_remove() {
17         echo "Don't forget to remove game data files."
20 op=$1
21 shift
22 $op $*