From fac71e1909a5df10faf58abc58f2788a902bf8ac Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 5 Dec 2013 13:21:34 -0600 Subject: [PATCH] ref-manual: Edits to gconf class. (From yocto-docs rev: c2643fd1075817392bb324a0e92466e7995b2e2f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 646a9d44fe..087fde1c33 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -650,12 +650,12 @@ <filename>gconf.bbclass</filename> - The GConf (gconf) class provides common + The gconf class provides common functionality for recipes that need to install GConf schemas. The schemas will be put into a separate package (${PN}-gconf) that is created automatically when this class is inherited. - This package uses the appropriate post-installation and post-remove + This package uses the appropriate post-install and post-remove (postinst/postrm) scriptlets to register and unregister the schemas in the target image.