Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 5f8949acfdd5c40c2a8d5245902a5a5d > scriptlet

ggz-gtk-games-0.0.6-2mdk.i586.rpm

PREUN

/bin/sh
# Run ggz-config to uninstall all the games
GAMES="chess chinese-checkers combat dots  ggzcards hastings
       lapocha reversi spades tictactoe"
for i in $GAMES; do
  ggz-config --remove --modfile=/usr/share/ggz/ggz-config/gtk-$i.dsc
done

POSTIN

/bin/sh
# Run ggz-config vs. all installed games
GAMES="chess chinese-checkers combat dots  ggzcards hastings
       lapocha reversi spades tictactoe"
for i in $GAMES; do
  ggz-config --install --modfile=/usr/share/ggz/ggz-config/gtk-$i.dsc --force
done