Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 132719a2be5302c3bd38c6ea927bddd0 > scriptlet

gv-3.5.8-11mdk.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