From: Chen Qi Date: Fri, 19 Jul 2013 09:39:26 +0000 (+0800) Subject: run-postinsts: fix comment X-Git-Tag: 2015-4~5760 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ca32f9c3f7749aa31d1ea83eda1ca39a2678215b;p=openembedded-core.git run-postinsts: fix comment The run-postinsts script also handles the #SYSCONFDIR#/rpm-postinsts directory. Add it to the comment for clarity. Signed-off-by: Chen Qi Signed-off-by: Saul Wold --- diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts index d1bf582b0c..2a8d1d6e83 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