summaryrefslogtreecommitdiff
path: root/sys-apps/openrc-userscripts/openrc-userscripts-1.ebuild
blob: 1849409f9c48fe4e7469750ceaf40bb222c6ec63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Example user services for openrc --user"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
S="${WORKDIR}"

src_install() {
	exeinto /etc/user.d/init.d
	doexe ${FILESDIR}/*
}