Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 6d3233acae27504542921805e1737498 > scriptlet

icebreaker-1.2.1-4mdk.i586.rpm

POSTIN

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

[ -e /var/lib/games/icebreaker.scores ] || install -g games -o games -m0664 /dev/null /var/lib/games/icebreaker.scores

POSTUN

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