Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 16a3596c9ade6c200c31cbf3433c6623 > scriptlet

xkobo-1.11-8mdk.i586.rpm

POSTIN

/bin/sh

if [ -d /var/lib/games/xkobo ]; then
    chown -R games.games /var/lib/games/xkobo
fi

if [ -x /usr/bin/update-menus ]; then
  /usr/bin/update-menus
fi

POSTUN

/bin/sh
if [ "$1" = 0 ]; then
  if [ -x /usr/bin/update-menus ]; then
    /usr/bin/update-menus
  fi
fi