mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-03 17:15:14 +02:00
Co-authored-by: Duncaen <duncaen@voidlinux.org> Closes: https://github.com/void-linux/void-packages/pull/42849
5 lines
104 B
Bash
5 lines
104 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
modprobe -q hid_logitech_hidpp || exit 1
|
|
exec logid ${OPTS}
|