Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > bb4e1c68bc3b83b29d09526d69667f59 > scriptlet

gnome-db2.0-1.0.3-2mdk.i586.rpm

PREUN

/bin/sh
if [ "$1" = "0" ]; then
 GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
  /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/libgnomedb.schemas > /dev/null
fi

POSTIN

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

GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
 /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/libgnomedb.schemas > /dev/null

POSTUN

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