sys-fs/eudev: create kvm/render group

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jory Pratt <anarchy@gentoo.org>
This commit is contained in:
Jory Pratt
2019-04-10 00:13:10 -05:00
parent a763d874b2
commit 7d41c6b260
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -190,6 +190,8 @@ pkg_postinst() {
# https://bugs.gentoo.org/246847
# https://bugs.gentoo.org/514174
enewgroup input
enewgroup kvm 78
enewgroup render
# REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
# process it as a list. We only care about the zero case (new install) or the case where

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -190,6 +190,8 @@ pkg_postinst() {
# https://bugs.gentoo.org/246847
# https://bugs.gentoo.org/514174
enewgroup input
enewgroup kvm 78
enewgroup render
# REPLACING_VERSIONS should only ever have zero or 1 values but in case it doesn't,
# process it as a list. We only care about the zero case (new install) or the case where