Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 2ae9efc8bbee432c44a465abf0cb17f0 > scriptlet

yank-0.2.1-8mdv2007.0.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