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>
This commit is contained in:
Maxime Roussin-Bélanger 2020-04-15 13:22:40 -04:00 committed by Richard Purdie
parent c31ddaba1f
commit a44b8d2856

View File

@ -3284,8 +3284,6 @@
The script defined in the post-installation function is
called when the root filesystem is created.
If the script succeeds, the package is marked as installed.
If the script fails, the package is marked as unpacked and
the script is executed when the image boots again.
<note>
Any RPM post-installation script that runs on the target
should return a 0 exit code.