Skip to content

Commit

Permalink
Merge pull request #12 from alex1701c/master
Browse files Browse the repository at this point in the history
Add uninstall script
  • Loading branch information
naraesk authored Aug 16, 2020
2 parents 9e6d7ff + a26a709 commit 3963358
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

# Exit immediately if something fails
set -e

cd build
sudo make uninstall
kquitapp5 krunner 2> /dev/null; kstart5 --windowclass krunner krunner > /dev/null 2>&1 &

0 comments on commit 3963358

Please sign in to comment.