Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ff5ed56ff1bc15f7da7edaa0ed791324 > scriptlet

ggz-gtk-games-0.0.14.1-3mdv2009.0.i586.rpm

PREUN

/bin/sh
# Run ggz-config to uninstall all the games
if [ "$1" = "0" ]; then
  if [ -f /etc/ggz.modules ]; then
    for i in chess chinese-checkers combat dots ggzcards hastings reversi spades tictactoe; do
      ggz-config --remove --modfile=/usr/share/ggz/ggz-config/gtk-$i.dsc
    done
  fi
fi

POSTIN

/bin/sh
# Run ggz-config vs. all installed games
if [ -f /etc/ggz.modules ]; then
  for i in chess chinese-checkers combat dots ggzcards hastings reversi spades tictactoe; do
    ggz-config --install --modfile=/usr/share/ggz/ggz-config/gtk-$i.dsc --force
  done
fi