]> 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>
Thu, 5 Apr 2018 14:11:12 +0000 (15:11 +0100)
commitba59b6416f24ad53f1caccf9185b46cb60da213a
tree741665dc4cd008fa8ace5a4697771535572a84b0
parent39d0aca4e3e4e1115ee9db64e84625f5827ea50f
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

(From OE-Core rev: 3d9c3aae54589794ce3484fa1b21d1af2bd32661)

Signed-off-by: Linus Wallgren <linus.wallgren@scypho.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/package_manager.py