Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 997c4b821d50b89edd03786e6726a1ab > scriptlet

monster-masher-1.8-3mdv2007.0.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
    export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    for SCHEMA in monster-masher; do
        gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$SCHEMA.schemas > /dev/null
    done
fi

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`
for SCHEMA in monster-masher; do
    gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMA.schemas > /dev/null
done

POSTUN

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