parent
7194271cec
commit
74ace8c227
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# Exit immediately if something fails |
||||||
|
set -e |
||||||
|
|
||||||
|
cd build |
||||||
|
sudo make uninstall |
||||||
|
kquitapp5 krunner |
||||||
|
kstart5 --windowclass krunner krunner |
||||||
|
|
||||||
Loading…
Reference in new issue