summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-09-26 21:24:30 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-09-26 21:36:09 +0200
commit1ccf0627edc9055e4d291ad1a8600686ac737380 (patch)
treeb4de2ad498ab47ecc64a85334f4d6b7734bd0b79 /sys-apps/tuned
parentsys-apps/tuned: sort inherit (diff)
downloadgentoo-1ccf0627edc9055e4d291ad1a8600686ac737380.tar.gz
gentoo-1ccf0627edc9055e4d291ad1a8600686ac737380.tar.bz2
gentoo-1ccf0627edc9055e4d291ad1a8600686ac737380.zip
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@gentoo.org>
Diffstat (limited to 'sys-apps/tuned')
-rw-r--r--sys-apps/tuned/tuned-2.15.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/tuned/tuned-2.15.0-r1.ebuild b/sys-apps/tuned/tuned-2.15.0-r1.ebuild
index 050ad815152f..cceedf446eba 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
}