Sophie

Sophie

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

ggz-txt-client-0.0.14.1-5mdv2010.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 tttxt; do
      ggz-config --remove --modfile=/usr/share/ggz/ggz-config/txt-$i.dsc
    done
  fi
fi

POSTIN

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