Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > aa06c924db2162dd7aa1cfe511180b72 > scriptlet

evolution-webcal-2.2.1-1mdk.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
for SCHEMA in evolution-webcal ; do
 gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMA.schemas > /dev/null
done