#!/bin/bash
# Under the terms of the 'COPYRIGHT.TXT' file.

if [[ -x /mnt/usr/sbin/tzconfig ]]; then
  chroot /mnt /usr/sbin/tzconfig
fi

