summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-classes.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 0ec878edab..98084f9d5e 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -734,7 +734,15 @@
734 <title><filename>gtk-icon-cache.bbclass</filename></title> 734 <title><filename>gtk-icon-cache.bbclass</filename></title>
735 735
736 <para> 736 <para>
737 The GNOME (<filename>gtk-icon-cache</filename>) class 737 The GIMP Toolkit icon cache (<filename>gtk-icon-cache</filename>) class
738 Generates the proper post-install and post-remove (postinst/postrm)
739 scriptlets for packages that use GTK+ and install icons.
740 These scriptlets call <filename>gtk-update-icon-cache</filename> to add
741 the fonts to GTK+'s icon cache.
742 Since the cache files are architecture-specific,
743 <filename>gtk-update-icon-cache</filename> is run using QEMU if the
744 postinst scriptlets need to be run on the build host during image
745 creation.
738 </para> 746 </para>
739</section> 747</section>
740 748