6dc3335119
[ci:skip-vercheck] Related: issue 1727
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
|