blob: 07bfd6e4467bae4df5608fa499534cb85b880531 [file] [log] [blame]
#!/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 to convert from the hardcoded command line to the new
# executable command line.
INSTALL_ROOT=$(dirname "$0")
${INSTALL_ROOT}/usr/bin/cros_installer postinst "${INSTALL_ROOT}" $@