On Wed, Jun 18, 2003 at 07:16:35PM +0200, Jordi Mallach wrote: > On Wed, Jun 18, 2003 at 06:14:57PM +0200, Sven Luther wrote: > > I managed to disable installing schemas using the > > --disable-schemas-install option to configure, but then i suppose i need > > to hand install those shemas during postinst or something such. > > > > How is the correct way of doing this ? > > make install with GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 > > and use a postinst like the one in any gconf-using package (gtetrinet, > for example).
Ok, i did that, but i still have two questions, the first of which i will probably find the answer by reading the doc. 1) I have two schemas, and calling gconftool is rather slow, so it would make better sense to call it one time only with both schemas. I suppose this is possible, will be reading doc and such. 2) If we install the schemas in the postinst, should we also uninstall them in the postrm or something such ? Friendly, Sven Luther

