blob: 144f9e6f332280811f6c46384c3cf78f13038d4f [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=2
DESCRIPTION="Audio configuration files"
HOMEPAGE="http://src.chromium.org"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_install() {
insinto /etc
doins "${FILESDIR}"/asound.conf || die
}