summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/run-postinsts
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-07-19 17:39:26 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:09:00 +0100
commit49cd268c2215177b079a2c46f6fa919731a9e9a8 (patch)
tree6e7ae21af466cdd0d9fe9c5f3a3eed84535b6c8a /meta/recipes-devtools/run-postinsts
parent0a3d3b606e8991b0e76b3eec110ffc36a3430073 (diff)
downloadast2050-yocto-poky-49cd268c2215177b079a2c46f6fa919731a9e9a8.zip
ast2050-yocto-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>
Diffstat (limited to 'meta/recipes-devtools/run-postinsts')
-rwxr-xr-xmeta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts4
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 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 <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
OpenPOWER on IntegriCloud