Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > fce8b2e0b646a7612ef5d4ee10c44862 > scriptlet

gnomeboyadvance-0.4-2plf.noarch.rpm

PREUN

/bin/sh
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/gnomeboyadvance.schemas > /dev/null

POSTIN

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

export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnomeboyadvance.schemas > /dev/null

POSTUN

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