Salut, Am Donnerstag 27 November 2008 19:38:12 schrieb Josselin Mouette: > I have prepared a gnome-games package which does that, but I’m puzzled. > The call to ggz-config doesn’t seem to do anything. I thought it would > populate a registry somewhere, but strace shows it doesn’t do anything.
It should register the contents of the *.dsc files with /etc/ggz.modules. The syntax is like this: ggz-config --install --force --noregistry=/usr/share/ggz/modules/gnome-games For the prerm, --remove is used instead of --install --force. Note that in the upcoming versions (0.99.x snapshots), the postinst is no longer necessary. But for 0.0.14.x it still is. The 0.99.x code can load multiple registries which can be generated at "make install" time, but unfortunately the code is still a bit buggy. Josef -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

