From 8af9a55187c90a733f1a9c5257e58f2c7c8a0075 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Wed, 1 Jul 2026 18:19:43 +0100 Subject: [PATCH] move uninstall_joeac.net_service to openrc.mk --- Makefile | 3 --- openrc.mk | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 296c7de..dea38ef 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,6 @@ install: $(foreach module,$(MODULES),install_$(module)) install_crontab .PHONY: uninstall uninstall: uninstall_nginx uninstall_dyndns uninstall_joeac.net_service $(foreach module,$(MODULES),uninstall_$(module)) uninstall_crontab -.PHONY: uninstall_joeac.net_service - rm ~/.config/rc/joeac.net - $(foreach module,$(MODULES),$(eval $(install_module_rule))) $(foreach module,$(MODULES),$(eval $(reinstall_module_rule))) $(foreach module,$(MODULES),$(eval $(uninstall_module_rule))) diff --git a/openrc.mk b/openrc.mk index a886e9c..202aabf 100644 --- a/openrc.mk +++ b/openrc.mk @@ -66,3 +66,6 @@ $(foreach module,$(MODULES),$(eval $(openrc_restart_rule))) /etc/conf.d/user.$(shell whoami): openrc/conf.d/user.$(shell whoami) sudo cp openrc/conf.d/user.$(shell whoami) /etc/conf.d/user.$(shell whoami) sudo rc-update add user.$(shell whoami) default + +.PHONY: uninstall_joeac.net_service + rm ~/.config/rc/joeac.net