acct-*/flatpak: prepare user & group for flatpak package

Signed-off-by: David Heidelberg <david@ixit.cz>
This commit is contained in:
David Heidelberg
2020-05-07 14:46:50 +02:00
parent 0462a6a4b5
commit bebd2a4b73
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit acct-user
ACCT_USER_ID=313
ACCT_USER_GROUPS=( flatpak )
acct-user_add_deps