Skip to content

Commit

Permalink
Update github workflow, add postrm script
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Nov 2, 2024
1 parent 4ba589c commit 65f19c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: opensuse
image: opensuse/tumbleweed
- name: fedora
image: fedora
image: fedora:40
plasma_version: [plasma5, plasma6]
exclude:
- os:
Expand Down
6 changes: 6 additions & 0 deletions postrm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

if pgrep -x krunner > /dev/null
then
killall krunner
fi

0 comments on commit 65f19c2

Please sign in to comment.