Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > media > main-testing > by-pkgid > 58253f442d0df72b85dfb2b625be886d > scriptlet

gnome-vfs2-2.18.1-2mdv2007.1.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/gconftool-2 ]; then 
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` && 
for SCHEMA in desktop_default_applications desktop_gnome_url_handlers system_dns_sd system_http_proxy system_smb ; do 
  /usr/bin/gconftool-2 --makefile-uninstall-rule  /etc/gconf/schemas/$SCHEMA.schemas > /dev/null || true 
done ; fi

POSTIN

/bin/sh
if [ -x /usr/bin/gconftool-2 ]; then 
export GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` &&  
for SCHEMA in desktop_default_applications desktop_gnome_url_handlers system_dns_sd system_http_proxy system_smb ; do 
  /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$SCHEMA.schemas > /dev/null || true 
done ; fi