mirror of
https://github.com/j1g5awi/krunner-vscode.git
synced 2024-11-22 11:19:31 +00:00
11 lines
224 B
Bash
11 lines
224 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Exit if something fails
|
||
|
set -e
|
||
|
|
||
|
pip uninstall krunner_vscode -y
|
||
|
|
||
|
rm ~/.local/share/kservices5/plasma-runner-vscode.desktop
|
||
|
rm ~/.local/share/dbus-1/services/com.github.j1g5awi.vscode.service
|
||
|
kquitapp5 krunner
|