diff options
author | Maxim Devaev <[email protected]> | 2024-03-11 17:11:55 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-11 17:11:57 +0200 |
commit | 9e96772533a92ecd2a0f82825215acd5c5f50394 (patch) | |
tree | e63cb0a60586357aa6d62eb8e415efb508cf8e19 /PKGBUILD | |
parent | 5274673ab6d61968b4927abaa52a9ed48428938c (diff) |
Added kvmd-udev-restart pass and udev rule to restart kvmd-pass on plugging HDMI-A-1
https://forums.raspberrypi.com/viewtopic.php?p=2202017
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -217,6 +217,9 @@ for _variant in "${_variants[@]}"; do if [[ $_platform =~ ^.*-hdmiusb$ ]]; then install -Dm755 -t \"\$pkgdir/usr/bin\" scripts/kvmd-udev-hdmiusb-check fi + if [[ $_base == v4plus ]]; then + install -Dm755 -t \"\$pkgdir/usr/bin\" scripts/kvmd-udev-restart-pass + fi install -DTm644 configs/os/sysctl.conf \"\$pkgdir/etc/sysctl.d/99-kvmd.conf\" install -DTm644 configs/os/udev/common.rules \"\$pkgdir/usr/lib/udev/rules.d/99-kvmd-common.rules\" |