mirror of
https://github.com/j1g5awi/krunner-vscode.git
synced 2024-11-21 23:59:30 +00:00
10 lines
224 B
Bash
Executable file
10 lines
224 B
Bash
Executable file
#!/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
|