diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-07-01 07:29:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-07-01 07:31:18 +0000 |
commit | 5f5e894233f2ddcc286213be509bb2115c638a69 (patch) | |
tree | aa9acc59c7be469622c20c8604bb0bd27b5acc94 /share/scripts/debconf | |
parent | Adding upstream version 20170629. (diff) | |
download | open-infrastructure-compute-tools-5f5e894233f2ddcc286213be509bb2115c638a69.tar.xz open-infrastructure-compute-tools-5f5e894233f2ddcc286213be509bb2115c638a69.zip |
Adding upstream version 20170701.upstream/20170701
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/scripts/debconf')
-rwxr-xr-x | share/scripts/debconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 5441acc..38bf937 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -663,7 +663,7 @@ EOF do if grep -qs tzdata "${FILE}" then - rm -f "${DIRECTORY}/etc/timezone" + rm -f "${DIRECTORY}/etc/localtime" "${DIRECTORY}/etc/timezone" Chroot "${DIRECTORY}" "DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=criticial dpkg-reconfigure tzdata" break |