summarylogtreecommitdiffstats
path: root/krunner-steam.install
blob: 6db2092e4ff36199f2ccf98dbc1e9cd6be0ab75c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "WARNING: Please run «kquitapp6 krunner» to load the plugin"
}

post_upgrade() {
  pkill -f "python3 /usr/lib/krunner-steam/main.py" || true
}

post_remove(){
  pkill -f "python3 /usr/lib/krunner-steam/main.py" || true
}