Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 8b1290d4b4aea3f5c825c2ad0d4620b8 > scriptlet

ggz-sdl-games-0.0.7-1mdk.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 ttt3d geekgame; do
      ggz-config --remove --modfile=/usr/share/ggz/ggz-config/sdl-$i.dsc
    done
  fi
fi

POSTIN

/bin/sh
# Run ggz-config vs. all installed games
if [ -f /etc/ggz.modules ]; then
  for i in ttt3d geekgame; do
    ggz-config --install --modfile=/usr/share/ggz/ggz-config/sdl-$i.dsc --force
  done
fi