Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > c47aeb35c8b2299486ce74ca35c3f5eb > scriptlet

kgoodstuff-1.0.1-7mdk.i586.rpm

POSTIN

/bin/sh
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