Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > updates > by-pkgid > feac962ea59dee19d5d290898b654a99 > scriptlet

evolution-2.2.3-10.1.20060mdk.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
for SCHEMA in apps_evolution_addressbook-2.2 apps_evolution_calendar-2.2 apps_evolution_shell-2.2 evolution-mail-2.2 ; 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-2.2 apps_evolution_calendar-2.2 apps_evolution_shell-2.2 evolution-mail-2.2; 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