| #!/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}" $@ |