[openmamba-devel-it] chiave con gconf(?)

gil puntogil a libero.it
Dom 11 Gen 2009 22:09:50 CET


ciao
ho fatto un pacchetto (python-like che dipende da gconf) che mi richiede 
esplicitamente di creare una chiave con gconf(?)
la procedura che ho scarabocchiato qui potrebbe andare? (oppure é un 
delirio?)
grazie

%post
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-install-rule 
%{_sysconfdir}/gconf/schemas/freespeak.schemas
killall -HUP gconfd-2

%preun
GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source`
/usr/bin/gconftool-2 --makefile-uninstall-rule 
%{_sysconfdir}/gconf/schemas/freespeak.schemas
killall -HUP gconfd-2

%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache -q %{_datadir}/icons/hicolor;
fi
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome:        puntogil.vcf
Tipo:        text/x-vcard
Dimensione:  49 bytes
Descrizione: non disponibile
URL:         <http://tao/pipermail/openmamba-devel-it/attachments/20090111/98f49106/attachment.vcf>


Maggiori informazioni sulla lista openmamba-devel-it