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

post_upgrade() {
    post_install
}

post_remove() {
    post_install
}