Skip to content

Commit

Permalink
uninstall feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Adis committed Jun 17, 2020
1 parent 8c7237c commit bd0a5ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
PrayerTimes.tar.gz
recompile
uninstall
Vaktija_Notification/info
6 changes: 6 additions & 0 deletions uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

rm -Rf /home/$USER/.config/PrayerTimes/
systemctl disable prayer-times.service
systemctl disable prayer-times.timer
sudo rm /etc/systemd/system/prayer-times.service /usr/local/bin/prayertimes /etc/systemd/system/prayer-times.timer

0 comments on commit bd0a5ee

Please sign in to comment.