summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-01 07:29:20 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-07-01 07:31:33 +0000
commit63458fc4eeac5839b7f0ec07e4debbcff0f97a0e (patch)
treef13375842e7ba14fdfe3f7064d31c5d72a743da6 /share
parentReleasing debian version 20170629-1. (diff)
downloadopen-infrastructure-compute-tools-63458fc4eeac5839b7f0ec07e4debbcff0f97a0e.tar.xz
open-infrastructure-compute-tools-63458fc4eeac5839b7f0ec07e4debbcff0f97a0e.zip
Merging upstream version 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