Update uninstall process to remove additional files and directories
- Updated the `uninstall` target in Makefile to also remove the `/etc/remindme_caldav` directory.
This commit is contained in:
parent
22e15fc49d
commit
aeb1eddbbb
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -14,6 +14,7 @@ uninstall:
|
|||
sudo systemctl stop remindme_caldav.service
|
||||
sudo systemctl disable remindme_caldav.service
|
||||
rm -rf /opt/remindme_caldav
|
||||
rm -rf /etc/remindme_caldav
|
||||
rm /etc/systemd/system/remindme_caldav.service
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue