diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/tuned/tuned-2.16.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/tuned/tuned-2.16.0.ebuild b/sys-apps/tuned/tuned-2.16.0.ebuild index bb7ae49d1f98..cceedf446eba 100644 --- a/sys-apps/tuned/tuned-2.16.0.ebuild +++ b/sys-apps/tuned/tuned-2.16.0.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8,9} ) -inherit python-single-r1 xdg-utils tmpfiles +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,6 +58,6 @@ src_install() { } pkg_postinst() { - xdg_icon_cache_update tmpfiles_process ${PN}.conf + xdg_icon_cache_update } |