Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 605a24ec37e3304fb877d6acb5db43cf > scriptlet

methane-1.4.8-1mdv2008.0.x86_64.rpm

POSTIN

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

if [ ! -f /var/lib/games/methanescores ]; then
		touch /var/lib/games/methanescores
		chown games.games /var/lib/games/methanescores
		chmod 664 /var/lib/games/methanescores
fi

POSTUN

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