Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 0ee02322c13e176f2d633e541a7c3428 > scriptlet

evolution-1.4.6-5.1.100mdk.i586.rpm

PREUN

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

POSTIN

/bin/sh
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
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 apps_evolution_addressbook apps_evolution_calendar apps_evolution_shell apps_evolution_summary evolution-mail; do
 gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMA.schemas > /dev/null
done

POSTUN

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