Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > 167c7efb4e65d3e5c968c5416aaae0d8 > scriptlet

notification-daemon-0.3.5-3mdv2007.0.x86_64.rpm

PREUN

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

POSTIN

/bin/sh
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
for SCHEMA in notification-daemon; do
	gconftool-2 --makefile-install-rule /etc/gconf/schemas/${SCHEMA}.schemas > /dev/null
done