mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 01:06:11 +00:00
Corrected systemd path for ubuntu
This commit is contained in:
parent
757b6a158e
commit
926531c03c
4
makefile
4
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)
|
||||
|
Loading…
Reference in New Issue
Block a user