diff options
| author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-04-15 13:22:40 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-15 22:56:23 +0100 |
| commit | a44b8d2856a937ca3991cbf566788b0cd541d777 (patch) | |
| tree | afdf2ae070f07bd84c108108a39c17c67752d4ae /documentation/dev-manual | |
| parent | c31ddaba1f3181c577fdaa3ce519a42b6f8f2d9a (diff) | |
| download | poky-a44b8d2856a937ca3991cbf566788b0cd541d777.tar.gz | |
dev-manual: remove postinst false statement
This outdated section contradicts the real behavior expressed in the next
paragraph
(From yocto-docs rev: 77e8a9e03b3bb6e6b6b2adf7796740fb362f189b)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index fedc715712..e9ce182a59 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -3284,8 +3284,6 @@ | |||
| 3284 | The script defined in the post-installation function is | 3284 | The script defined in the post-installation function is |
| 3285 | called when the root filesystem is created. | 3285 | called when the root filesystem is created. |
| 3286 | If the script succeeds, the package is marked as installed. | 3286 | If the script succeeds, the package is marked as installed. |
| 3287 | If the script fails, the package is marked as unpacked and | ||
| 3288 | the script is executed when the image boots again. | ||
| 3289 | <note> | 3287 | <note> |
| 3290 | Any RPM post-installation script that runs on the target | 3288 | Any RPM post-installation script that runs on the target |
| 3291 | should return a 0 exit code. | 3289 | should return a 0 exit code. |
