Files
Arch-R/packages/sysutils/lirc/scripts/lircd_uinput_helper

11 lines
271 B
Plaintext
Raw Normal View History

#!/bin/sh
2018-07-16 20:45:36 +02:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2017 Matthias Reichl (hias@horus.com)
2024-07-06 11:48:56 +02:00
if [ -e "/storage/.config/lirc_options.conf" ]; then
LIRCD_OPTIONS="-O /storage/.config/lirc_options.conf"
fi
exec /usr/sbin/lircd-uinput $LIRCD_OPTIONS "$@"