]> code.ossystems Code Review - openembedded-core.git/commit
scripts/postinst-intercepts: do not redirect errors to /dev/null
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 28 Jan 2014 08:39:32 +0000 (10:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:50:31 +0000 (11:50 +0000)
commite2c3c59b26d84cd4052a953adafcd4d456264c26
treef5d1da56c38ae51c1649c311570cd1a32e2cd87a
parent5666ce9720132a76b5ff6e99712e240b8dc8e47a
scripts/postinst-intercepts: do not redirect errors to /dev/null

The redirection was necessary with the old bash code because the log
checking routine was searching for error strings in the log and abort
the build in case failures occured. With the new python code,
redirecting the intercept stderr is no longer necessary. This also makes
the intercept hooks easier to debug.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
scripts/postinst-intercepts/update_font_cache
scripts/postinst-intercepts/update_pixbuf_cache