distribution/packages/sysutils/system-utils/sources/scripts/ledcontrol
2023-09-12 20:25:41 +00:00

12 lines
308 B
Bash
Executable file

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2023-present Fewtarius
###
### LED Control now redirects to the quirk device/bin/ledcontrol
### so we don't need to have multiple variants in /usr/bin.
###
. /etc/profile
"/usr/lib/autostart/quirks/devices/${QUIRK_DEVICE}/bin/ledcontrol" $*