de9b5d3c21
[ci:skip-build]: already built successfully in CI
5 lines
113 B
Bash
5 lines
113 B
Bash
#!/bin/sh
|
|
|
|
# We'll update the hwdb so that the meta key gets fixed
|
|
echo "UPDATING HWDB..."
|
|
udevadm hwdb --update
|