Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 6d0d444f41402359c1054b972d44248f > scriptlet

yank-0.2.1-7mdk.x86_64.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