6 lines
113 B
Text
6 lines
113 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# We'll update the hwdb so that the meta key gets fixed
|
||
|
echo "UPDATING HWDB..."
|
||
|
udevadm hwdb --update
|