Sophie

Sophie

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

ggz-sdl-games-0.0.14.1-4mdv2010.0.i586.rpm

PREUN

/bin/sh
# Run ggz-config to uninstall all the games
if [ $1 = 0 ]; then
  if [ -f /etc/ggz.modules -a -x /usr/bin/ggz-config ]; 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 -a -x /usr/bin/ggz-config ]; then
  for i in ttt3d geekgame; do
    ggz-config --install --modfile=/usr/share/ggz/ggz-config/sdl-$i.dsc --force
  done
fi