summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-01 07:29:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-01 07:31:18 +0000
commit5f5e894233f2ddcc286213be509bb2115c638a69 (patch)
treeaa9acc59c7be469622c20c8604bb0bd27b5acc94 /share
parentAdding upstream version 20170629. (diff)
downloadopen-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')
-rwxr-xr-xshare/scripts/debconf2
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