blob: 2777bb8491ec13cd09daee33a53b4e9b15855bd0 (
plain)
1
2
3
4
5
|
install:
install -m 744 ledctl.py /usr/bin/ledctl
ln -sf /usr/bin/ledctl /usr/lib/systemd/system-shutdown/
install -m 644 systemd/led-boot.service /etc/systemd/system/led-boot.service
install -m 644 systemd/led-ready.service /etc/systemd/system/led-ready.service
|