commit:     1ccf0627edc9055e4d291ad1a8600686ac737380
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 26 19:24:30 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 26 19:36:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccf0627

sys-apps/tuned: fix tmpfiles

Closes: https://bugs.gentoo.org/810832
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/tuned/tuned-2.15.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/tuned/tuned-2.15.0-r1.ebuild 
b/sys-apps/tuned/tuned-2.15.0-r1.ebuild
index 050ad815152..cceedf446eb 100644
--- a/sys-apps/tuned/tuned-2.15.0-r1.ebuild
+++ b/sys-apps/tuned/tuned-2.15.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{8,9} )
 
-inherit python-single-r1 xdg-utils
+inherit python-single-r1 tmpfiles xdg-utils
 
 DESCRIPTION="Daemon for monitoring and adaptive tuning of system devices"
 HOMEPAGE="https://github.com/redhat-performance/tuned";
@@ -58,5 +58,6 @@ src_install() {
 }
 
 pkg_postinst() {
+       tmpfiles_process ${PN}.conf
        xdg_icon_cache_update
 }

Reply via email to