diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed3caae..9af1466 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - name: opensuse image: opensuse/tumbleweed - name: fedora - image: fedora + image: fedora:40 plasma_version: [plasma5, plasma6] exclude: - os: diff --git a/postrm b/postrm new file mode 100755 index 0000000..db51401 --- /dev/null +++ b/postrm @@ -0,0 +1,6 @@ +#!/bin/bash + +if pgrep -x krunner > /dev/null +then + killall krunner +fi