Skip to content

Commit

Permalink
add uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaStarodubcev committed Jul 26, 2018
1 parent db6ae51 commit dd3e7f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/bash

rm -R /home/"$SUDO_USER"/Flick
rm /usr/local/bin/flick*

0 comments on commit dd3e7f4

Please sign in to comment.