mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-11-21 02:52:06 +00:00
Corrected systemd path for ubuntu
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user