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
Makefile
1
Makefile
|
@ -14,6 +14,7 @@ uninstall:
|
||||||
sudo systemctl stop remindme_caldav.service
|
sudo systemctl stop remindme_caldav.service
|
||||||
sudo systemctl disable remindme_caldav.service
|
sudo systemctl disable remindme_caldav.service
|
||||||
rm -rf /opt/remindme_caldav
|
rm -rf /opt/remindme_caldav
|
||||||
|
rm -rf /etc/remindme_caldav
|
||||||
rm /etc/systemd/system/remindme_caldav.service
|
rm /etc/systemd/system/remindme_caldav.service
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue