diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-26 14:32:34 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-29 07:32:35 +0100 |
| commit | f6c8f4fae6282dd1d7b53f1d289c07a4b82b2f58 (patch) | |
| tree | 21471de13c3392140e5fceccdb50742373830da1 | |
| parent | b43ea19e1ecdb6e7fe6426d13c75e9ff48f1f0a9 (diff) | |
remove redundant uninstall_service rule in Makefile
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -134,12 +134,6 @@ $(foreach module,$(MODULES),$(eval $(uninstall_module_rule))) sudo cp openrc/conf.d/user.$(shell whoami) /etc/conf.d/user.$(shell whoami) sudo rc-update add user.$(shell whoami) default -.PHONY: uninstall_service -uninstall_service: - rc-service -U joeac.net stop \ - && rc-update -U del joeac.net default \ - && rm -f ~/.config/rc/init.d/joeac.net; \ - .PHONY: install_crontab install_crontab: /etc/periodic/daily/joeac.net |
