From 3fadace623a3ea20853c626a479d9649e71dd2b4 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 19 Jul 2013 17:39:26 +0800 Subject: [PATCH] run-postinsts: fix comment The run-postinsts script also handles the #SYSCONFDIR#/rpm-postinsts directory. Add it to the comment for clarity. (From OE-Core rev: ca32f9c3f7749aa31d1ea83eda1ca39a2678215b) Signed-off-by: Chen Qi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts index d1bf582..2a8d1d6 100755 --- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts +++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts @@ -5,8 +5,8 @@ # Author: Richard Purdie # -# The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts or -# #SYSCONFDIR#/ipk-postinsts +# The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts, +# #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-posinsts. pi_dir="" for pm in rpm deb ipk; do -- 2.7.4