From 48b2d359157ed7e360153da3225c3ebf7cec6b10 Mon Sep 17 00:00:00 2001 From: lleyton Date: Sat, 10 Feb 2024 23:18:47 -0800 Subject: [PATCH] fix: add missing postun for kwin-system76-scheduler-integration (#934) --- .../kwin-system76-scheduler-integration.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec b/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec index 9cdd7beae2..c88f435a20 100644 --- a/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec +++ b/anda/misc/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec @@ -2,7 +2,7 @@ Name: kwin-system76-scheduler-integration Version: 0.1 -Release: 3%?dist +Release: 4%?dist Summary: Notify the System76 Scheduler which app has focus so it can be prioritized License: MIT URL: https://github.com/maxiberta/kwin-system76-scheduler-integration @@ -38,6 +38,8 @@ install -Dm644 metadata.desktop %buildroot%_datadir/kservices5/kwin-system76-sch %preun %systemd_user_preun com.system76.Scheduler.dbusproxy.service +%postun +%systemd_user_postun_with_restart com.system76.Scheduler.dbusproxy.service %files %config %_userunitdir/com.system76.Scheduler.dbusproxy.service