blob: 2a4300ccf7b396fcf4c19e241effe2f28270f452 [file] [log] [blame]
# Copyright (c) 2009 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
DESCRIPTION="Tegra2 init scripts"
LICENSE="BSD"
SLOT="0"
KEYWORDS="arm"
IUSE=""
DEPEND="chromeos-base/chromeos-init"
RDEPEND="${DEPEND}
sys-apps/upstart"
src_install() {
# Install Upstart configuration files.
insinto /etc/init
doins "${FILESDIR}"/tegra-devices.conf || die
}