diff --git a/chroot_version_hooks.d/16_localtime b/chroot_version_hooks.d/16_localtime new file mode 100644 index 0000000000..7e1ba00307 --- /dev/null +++ b/chroot_version_hooks.d/16_localtime @@ -0,0 +1,9 @@ +# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# We used to install an /etc/localtime symlink for the cros sdk when +# we really only wanted it for the target boards. +sudo rm -f /etc/._cfg????_localtime + +exit 0