Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > c89a40b57b322fdeb9901eea1c4cbc00 > scriptlet

ggz-kde-games-0.0.13-2mdv2007.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 fyrdman kcc kdots keepalive koenig KReversi krosswater ktictactux muehle; do
      ggz-config --remove --modfile=/usr/share/ggz/ggz-config/kde-$i.dsc
    done
  fi
fi

POSTIN

/bin/sh
# Run ggz-config vs. all installed games
if [ -f /etc/ggz.modules ]; then
  for i in fyrdman kcc kdots keepalive koenig KReversi krosswater ktictactux muehle; do
    ggz-config --install --modfile=/usr/share/ggz/ggz-config/kde-$i.dsc --force
  done
fi