From f6c8f4fae6282dd1d7b53f1d289c07a4b82b2f58 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 26 Jun 2026 14:32:34 +0100 Subject: [PATCH] remove redundant uninstall_service rule in Makefile --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index b4d0763..66b33e9 100644 --- a/Makefile +++ b/Makefile @@ -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