]> code.ossystems Code Review - openembedded-core.git/commit
postinst-intercepts: always use set -e
authorRoss Burton <ross.burton@intel.com>
Wed, 6 Jan 2016 15:49:37 +0000 (15:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 17:36:59 +0000 (17:36 +0000)
commit072800f89a136bb5da44627f25599d3060cca0a1
treee72a0000a7522eb8571f32c3b83417c3e28758d6
parent76aa4f49db7d32bbd35703c64470fdfc63f403a4
postinst-intercepts: always use set -e

If a postinst has a problem (say, qemu crashes) and set -e isn't in operation,
the only mention of the problem is a single line in the rootfs log that doesn't
trigger any warnings.

Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/postinst-intercepts/update_font_cache
scripts/postinst-intercepts/update_pixbuf_cache