Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > 8d233a5c682379103f894660ec963e19 > scriptlet

evolution-webcal-2.0.1-1mdk.i586.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