rawhide report: 20061109 changes

Tomasz Kłoczko kloczek at zie.pg.gda.pl
Thu Nov 9 19:44:25 UTC 2006


Dnia 09-11-2006, czw o godzinie 20:14 +0100, Michael Schwendt
napisał(a):
[..]
> > %postun
> > GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
> > gconftool-2 --makefile-install-rule \
> >       /etc/gconf/schemas/*.schemas >& /dev/null
> > 
> > Yes .. regenerate schemas database takes longer time but will
> guarantee
> > schamas database correct content.
> > 
> > kloczek
> 
> Where's --makefile-uninstall-rule with your system? 

Corrected %postun example:

%postun
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
rm -f $GCONF_CONFIG_SOURCE/*
gconftool-2 --makefile-install-rule /etc/gconf/schemas/*.schemas
>& /dev/null

Probably better will be have handle regenerate schemas database directly
as gconftool-2 switch.

kloczek




More information about the fedora-devel-list mailing list