]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package_manager: .deb pre/postinst args
authorLinus Wallgren <linus.wallgren@scypho.com>
Mon, 14 Nov 2016 16:20:13 +0000 (17:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:24 +0000 (11:02 +0000)
commit3d9c3aae54589794ce3484fa1b21d1af2bd32661
tree474a549783bf4bbe91e00dbce1281f92dff25ad5
parent3246319233fd111d42e0a2c2b0d6983a604d5b81
lib/oe/package_manager: .deb pre/postinst args

The debian policy manual and MaintainerScripts wiki page states that the
postinst script is supposed to be called with the `configure` argument
at first install, likewise the preinst script is supposed to be called
with the `install` argument on first install.

https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html
https://wiki.debian.org/MaintainerScripts

Signed-off-by: Linus Wallgren <linus.wallgren@scypho.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py