Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > d8560db582ca7886b1b51a44aff3ee21 > scriptlet

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

PREUN

/bin/sh
# Run ggz-config to uninstall all the games
GAMES="KReversi kdots keepalive koenig krosswater ktictactux muehle"
for i in $GAMES; do
  ggz-config --remove --modfile=/usr/share/ggz/ggz-config/kde-$i.dsc
done

POSTIN

/bin/sh
# Run ggz-config vs. all installed games
GAMES="KReversi kdots keepalive koenig krosswater ktictactux muehle"
for i in $GAMES; do
  ggz-config --install --modfile=/usr/share/ggz/ggz-config/kde-$i.dsc --force
done