Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 8dd7b17a8ae8eba4a3e64eef92e09fa0 > scriptlet

gwget-1.0.4-4.fc14.x86_64.rpm

PREUN

/bin/sh
# For GConf apps: uninstall app's system default schemas
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-uninstall-rule \
	/etc/gconf/schemas/gwget.schemas >/dev/null || :

POSTIN

/bin/sh
# For GConf apps: install schemas as system default
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-install-rule \
	/etc/gconf/schemas/gwget.schemas >/dev/null ||: