Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > 806e38ae5d9031aec430393c23387bb6 > scriptlet

gnome-vfs2-2.10.1-9mdk.x86_64.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 for schema in system_http_proxy desktop_default_applications desktop_gnome_url_handlers system_smb system_dns_sd; 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 system_http_proxy desktop_default_applications desktop_gnome_url_handlers system_smb system_dns_sd; do
  gconftool-2 --makefile-install-rule /etc/gconf/schemas/$schema.schemas > /dev/null
done