From 469068b7b4c69093eb7ee0d10c4167497250d3c5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 15:27:52 -0700 Subject: [PATCH] dev-manual: Edits to "Post-Installation Scripts" section. (From yocto-docs rev: 415680e500e8638d6df5a3f7062b95e9e47cc85f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 47ccb20f5b..9102a1042a 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1251,11 +1251,11 @@ To add a post-installation script to a package, add a - pkg_postinst_PACKAGENAME() - function to the .bb file and use + pkg_postinst_PACKAGENAME() function to the + .bb file and use PACKAGENAME as the name of the package you want to attach to the postinst script. - Normally + Normally, PN can be used, which automatically expands to PACKAGENAME. A post-installation function has the following structure: