From 926531c03cedf82c96205b0ad1a83eaaebd7fa16 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 31 Dec 2016 00:20:52 +0100 Subject: [PATCH] Corrected systemd path for ubuntu --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 7e7766f..f53062e 100644 --- a/makefile +++ b/makefile @@ -34,8 +34,8 @@ install: uninstall: @sudo systemctl disable $(PROGN) @sudo systemctl disable $(PROGN)-reboot - @sudo rm /usr/lib/systemd/system/$(PROGN).service - @sudo rm /usr/lib/systemd/system/$(PROGN)-reboot.service + @sudo rm /lib/systemd/system/$(PROGN).service + @sudo rm /lib/systemd/system/$(PROGN)-reboot.service @sudo rm /etc/udev/rules.d/$(PROGN).rules @sudo rm /usr/bin/$(PROGN) @sudo rm -R /etc/$(PROGN)