blob: 3fb31817de02e570a883be64d7b3c09f717c3c37 [file] [log] [blame] [edit]
#!/bin/sh
# Copyright (c) 2012 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.
# This script is called after an AutoUpdate or USB install. This script is a
# simple wrapper that performs the minimal setup necessary to run
# chromeos-chroot-postinst inside an install root chroot.
INSTALL_ROOT=$(dirname "$0")
${INSTALL_ROOT}/usr/bin/cros_installer postinst "${INSTALL_ROOT}" $@