chroot_version_hooks.d: cd to ~/chromiumos instead of ~/trunk

We've removed the symlink, so update the default profile that is
generated at SDK creation time.

BUG=None
TEST=CQ passes

Change-Id: Iabf3c076bfdbc5492be64b6a4e705d1664544d46
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosutils/+/3384293
Reviewed-by: Alex Klein <saklein@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
diff --git a/chroot_version_hooks.d/200_trunk_chroot_cmd b/chroot_version_hooks.d/200_trunk_chroot_cmd
new file mode 100644
index 0000000..d7c2ce1
--- /dev/null
+++ b/chroot_version_hooks.d/200_trunk_chroot_cmd
@@ -0,0 +1,6 @@
+# Copyright 2022 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 renamed the symlink.
+sed -i '/CHROOT_CWD/s:/trunk/:/chromiumos/:' /home/*/.bash_profile