Sophie

Sophie

distrib > PLD > ac > ppc > media > dist > by-pkgid > e81b2dff8d2512785d3e7a562435c1f8 > scriptlet

gnome-database-access-properties-1.2.2-2.ppc.rpm

PREUN

/bin/sh

if [ $1 = 0 ]; then 
	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/libgnomedb.schemas > /dev/null 
fi

POSTIN

/bin/sh

	umask 022; 
	GCONF_CONFIG_SOURCE="xml:readwrite:/etc/gconf/gconf.xml.defaults" /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/libgnomedb.schemas > /dev/null 
	
	/usr/bin/scrollkeeper-update -q;

POSTUN

/bin/sh

if [ $1 = 0 ]; then 
	/usr/bin/scrollkeeper-update -q; 
fi