blob: fe4191bfac5a922d9e153010c8a9d4b1bca3c5b1 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Initialization files for Quickoffice on Chrome OS"
HOMEPAGE="https://www.chromium.org"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
S="${WORKDIR}"
src_install() {
local qo_install_root="/usr/share/chromeos-assets/quickoffice"
insinto /etc/init
# Create the directory where the Quickoffice squashfs will be mounted.
keepdir "${qo_install_root}"/_platform_specific
# Upstart script that will automatically mount/unmount the Quickoffice
# squashfs when the device starts/stops
doins "${FILESDIR}/quickoffice.conf"
}