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