Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 27f5044a47617f09ecc8d1fa1e8438e8 > scriptlet

ggz-kde-games-0.0.6-2mdk.ppc.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