diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-07-19 17:39:26 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-26 00:07:43 -0700 |
commit | ca32f9c3f7749aa31d1ea83eda1ca39a2678215b (patch) | |
tree | d0ea0ee1a2d6b30c18731d83bbb51b12234058f8 /meta | |
parent | 4ecafd89dbf41cbd53e6db32678fe625c06caaab (diff) | |
download | openembedded-core-ca32f9c3f7749aa31d1ea83eda1ca39a2678215b.tar.gz openembedded-core-ca32f9c3f7749aa31d1ea83eda1ca39a2678215b.tar.bz2 openembedded-core-ca32f9c3f7749aa31d1ea83eda1ca39a2678215b.zip |
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 <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | 4 |
1 files 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 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 <rpurdie@openedhand.com> # -# 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 |