]> code.ossystems Code Review - openembedded-core.git/commitdiff
run-postinsts: fix comment
authorChen Qi <Qi.Chen@windriver.com>
Fri, 19 Jul 2013 09:39:26 +0000 (17:39 +0800)
committerSaul Wold <sgw@linux.intel.com>
Fri, 26 Jul 2013 07:07:43 +0000 (00:07 -0700)
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>
meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts

index d1bf582b0cb0a750455213b2f29e6b2cca981518..2a8d1d6e83a581bd1f85303befe036bd4e119133 100755 (executable)
@@ -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