Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > media > contrib-release > by-pkgid > cd9fc7877acb4199e4a2c2c9912a69e7 > scriptlet

mozilla-bonobo-0.4.2.1-1mdk.x86_64.rpm

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  for SCHEMA in mozilla-bonobo; 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 mozilla-bonobo; do
        gconftool-2 --makefile-install-rule /etc/gconf/schemas/${SCHEMA}.schemas > /dev/null
done