Sophie

Sophie

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

gnome-jabber-0.4-6mdv2007.0.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi 

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

POSTUN

/bin/sh
if [ "$1" = "0" -a -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi