Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > e9bbc3868d793c449fc3b3117bd42e43 > scriptlet

yank-0.2.1-7mdk.i586.rpm

POSTIN

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

# we currently build without gconf support
# GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults gconftool --makefile-install-rule /etc/gconf/schemas/yank.schemas 2>/dev/null >/dev/null

POSTUN

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