Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 03b1978bc2d35821c21170e46a265f28 > scriptlet

printtool-3.44-3mdk.noarch.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