mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: add missing postun for kwin-system76-scheduler-integration (#934)
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user