diff options
Diffstat (limited to 'ebuild-writing/eapi/text.xml')
-rw-r--r-- | ebuild-writing/eapi/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index 4943dba..5c2f9b7 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -1009,7 +1009,7 @@ pkg_postrm() { </codesample> <p> - In the example provided above, the ebuild needs to be update the icon cache + In the example provided above, the ebuild needs to update the icon cache upon being installed or uninstalled. By placing the respective tool in <c>IDEPEND</c>, the ebuild requests it to be available at the time of <c>pkg_postinst</c>. When cross-compiling, the tool will be built for |