From: Michael Prokop Date: Tue, 12 Nov 2013 12:39:15 +0000 (+0100) Subject: Improve error handling for update-locale X-Git-Tag: v0.59~1 X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=commitdiff_plain;h=2ef61aac8e83be7d8a53cf6914ce3c29004c2143;hp=2ef61aac8e83be7d8a53cf6914ce3c29004c2143 Improve error handling for update-locale Set absolute path to /usr/sbin/update-locale to make sure the binary can be accessed no matter what's inside $PATH and if it's not present inform user about it, but do not fail because the locales-all package might be installed and it doesn't provide the /usr/sbin/update-locale binary. ---