mirror of
https://github.com/flynx/thinkpad-keyboard-brightness.git
synced 2025-10-29 11:10:11 +00:00
tweaks...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
019b4657ff
commit
cb400844ab
4
Makefile
4
Makefile
@ -14,8 +14,8 @@ install: $(TIMER) $(UNIT)
|
|||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
systemctl enable ${UNIT}
|
systemctl enable ${UNIT}
|
||||||
systemctl enable ${TIMER}
|
systemctl enable ${TIMER}
|
||||||
systemctl start ${TIMER}
|
|
||||||
systemctl start ${UNIT}
|
systemctl start ${UNIT}
|
||||||
|
systemctl start ${TIMER}
|
||||||
|
|
||||||
|
|
||||||
.PHONY:disable
|
.PHONY:disable
|
||||||
@ -25,6 +25,7 @@ disable: $(TIMER) $(UNIT)
|
|||||||
systemctl disable ${TIMER}
|
systemctl disable ${TIMER}
|
||||||
systemctl disable ${UNIT}
|
systemctl disable ${UNIT}
|
||||||
|
|
||||||
|
|
||||||
.PHONY:uninstall
|
.PHONY:uninstall
|
||||||
uninstall: disable $(TIMER) $(UNIT)
|
uninstall: disable $(TIMER) $(UNIT)
|
||||||
rm -f \
|
rm -f \
|
||||||
@ -32,6 +33,7 @@ uninstall: disable $(TIMER) $(UNIT)
|
|||||||
$(SERVICE_DIR)/$(UNIT)
|
$(SERVICE_DIR)/$(UNIT)
|
||||||
systemctl daemon-reload
|
systemctl daemon-reload
|
||||||
|
|
||||||
|
|
||||||
.PHONY:reinstall
|
.PHONY:reinstall
|
||||||
reinstall: uninstall install
|
reinstall: uninstall install
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user