summarylogtreecommitdiffstats
path: root/plasma5-runners-jetbrains-runner.install
blob: f001e4cc6c30a13e214019d0faee026c8754b4de (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    killall krunner 2> /dev/null
}

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}