Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 07ef82529c0823f733fd0d6276d02603 > scriptlet

kvoicecontrol-0.17-3mdk.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