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 }