Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 58e26dc18ffce3f7c3b9843bb5e68d5a > scriptlet

gnopernicus-0.7.1-5mdk.i586.rpm

PREUN

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

POSTIN

/bin/sh
if [ -x /usr/bin/scrollkeeper-update ]; then /usr/bin/scrollkeeper-update -q || true ; fi
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` 
for schema in brlmonitor gnopernicus remote; do 
  gconftool-2 --makefile-install-rule /etc/gconf/schemas/$schema.schemas > /dev/null
done
if [ -x /usr/bin/update-menus ]; then /usr/bin/update-menus || true ; fi

POSTUN

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