blob: e525fe98109dbf4120060cec02c0ae730abe986b [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="Install the upstart job that creates the swap and zram."
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
sys-apps/util-linux
"
S=${WORKDIR}
src_install() {
insinto /etc/init
doins "${FILESDIR}"/init/*.conf
}