mirror of
https://github.com/MatMoul/g810-led.git
synced 2025-11-21 02:52:06 +00:00
Fix gpro and uninstall target
GPRO udev rule needs to use the /etc/g810-led/profile path like the others. Removed uninstallation of g810-led.service that is not being installed in setup. Signed-off-by: Lauri Leukkunen <lauri@rahina.org>
This commit is contained in:
2
makefile
2
makefile
@@ -97,9 +97,7 @@ uninstall-dev:
|
||||
|
||||
uninstall:
|
||||
@test -s /usr/bin/systemd-run && \
|
||||
systemctl disable $(PROGN) && \
|
||||
systemctl disable $(PROGN)-reboot && \
|
||||
rm $(SYSTEMDDIR)/system/$(PROGN).service && \
|
||||
rm $(SYSTEMDDIR)/system/$(PROGN)-reboot.service && \
|
||||
systemctl daemon-reload && \
|
||||
rm -R /etc/$(PROGN)
|
||||
|
||||
Reference in New Issue
Block a user