diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-07-19 17:39:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:00 +0100 |
commit | 49cd268c2215177b079a2c46f6fa919731a9e9a8 (patch) | |
tree | 6e7ae21af466cdd0d9fe9c5f3a3eed84535b6c8a | |
parent | 0a3d3b606e8991b0e76b3eec110ffc36a3430073 (diff) | |
download | poky-49cd268c2215177b079a2c46f6fa919731a9e9a8.tar.gz |
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 <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
5 | # Author: Richard Purdie <rpurdie@openedhand.com> | 5 | # Author: Richard Purdie <rpurdie@openedhand.com> |
6 | # | 6 | # |
7 | 7 | ||
8 | # The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts or | 8 | # The following script will run all the scriptlets found in #SYSCONFDIR#/deb-postinsts, |
9 | # #SYSCONFDIR#/ipk-postinsts | 9 | # #SYSCONFDIR#/ipk-postinsts or #SYSCONFDIR#/rpm-posinsts. |
10 | 10 | ||
11 | pi_dir="" | 11 | pi_dir="" |
12 | for pm in rpm deb ipk; do | 12 | for pm in rpm deb ipk; do |