Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 5f55a7aad311b054f5365779b7f08e1a > scriptlet

GConf-1.0.9-15mdk.i586.rpm

POSTIN

/bin/sh
update-alternatives --install /usr/bin/gconftool gconftool /usr/bin/gconftool-1 10
GCONF_CONFIG_SOURCE="xml::/etc/gconf/gconf.xml.defaults"	\
/usr/bin/gconftool-1 \
	--makefile-install-rule /etc/gconf/schemas/desktop.schemas > /dev/null \
&& chmod -R a+rX /etc/gconf/gconf.xml.defaults ; true
if [ "$DURING_INSTALL" != "" ]; then
  killall oafd 2>&1 > /dev/null ; true
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
		update-alternatives --remove gconftool /usr/bin/gconftool-1
fi