distribution/packages/sysutils/system-utils/sources/scripts/ledcontrol

13 lines
332 B
Text
Raw Normal View History

#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
2023-09-12 20:25:41 +00:00
###
### LED Control now redirects to the quirk device/bin/ledcontrol
### so we don't need to have multiple variants in /usr/bin.
###
. /etc/profile
2023-09-12 20:25:41 +00:00
"/usr/lib/autostart/quirks/devices/${QUIRK_DEVICE}/bin/ledcontrol" $*