Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 136041c493fb37066a37f4259cd716e0 > scriptlet

icebreaker-1.2.1-6mdk.ppc.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