diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-01 18:19:43 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-01 18:19:43 +0100 |
| commit | 8af9a55187c90a733f1a9c5257e58f2c7c8a0075 (patch) | |
| tree | facdddc73da9ccf95a558f3cffde69e8ba9b2892 | |
| parent | 1b200f217b5bcbe8a57b65030221aff47e8567d1 (diff) | |
move uninstall_joeac.net_service to openrc.mk
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | openrc.mk | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -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))) @@ -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 |
