diff --git a/tuned.spec b/tuned.spec index 210f3a4..4ba5bfe 100644 --- a/tuned.spec +++ b/tuned.spec @@ -92,10 +92,10 @@ fi # convert active_profile from full path to name (if needed) sed -e 's|.*/\([^/]\+\)/[^\.]\+\.conf|\1|' -i %{_sysconfdir}/tuned/active_profile -%systemd_post {name} +%systemd_post %{name} %preun -%systemd_preun {name} +%systemd_preun %{name} #----------------------------------------------------------------------------