summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 18:19:43 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 18:19:43 +0100
commit8af9a55187c90a733f1a9c5257e58f2c7c8a0075 (patch)
treefacdddc73da9ccf95a558f3cffde69e8ba9b2892
parent1b200f217b5bcbe8a57b65030221aff47e8567d1 (diff)
move uninstall_joeac.net_service to openrc.mk
-rw-r--r--Makefile3
-rw-r--r--openrc.mk3
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