]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: add postinst to .deb import
authorStephano Cetola <stephano.cetola@linux.intel.com>
Tue, 15 Nov 2016 17:03:00 +0000 (09:03 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:29 +0000 (11:02 +0000)
commitebb73aa6ad920bfd6a23f8c20105d6bcf07dd3d5
tree7577dfc01211602c21db782403962a0f649d93e1
parent40e92de46489bdab0af48fedc46c0d153355f15c
recipetool: add postinst to .deb import

The .deb import feature did not import postinst, postrm, preinst, or
prerm functions. This change checks to see if those files exist, and
if so, adds the appropriate functions.

[ YOCTO #10421 ]

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create.py