diff options
Diffstat (limited to 'sys-apps/tuned')
-rw-r--r-- | sys-apps/tuned/tuned-2.15.0-r1.ebuild | 3 |
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 } |