Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 8c9934900db6805b352519e17b8b64dc > scriptlet

tomboy-0.3.3-1mdk.x86_64.rpm

PREUN

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

POSTIN

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

POSTUN

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