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:
Sam 2024-02-15 20:03:59 +00:00
parent 22e15fc49d
commit aeb1eddbbb
1 changed files with 1 additions and 0 deletions

View File

@ -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: