c1ae46e4ff
Plasma mobile compiles, but we didn't get it to run yet. Thanks to PureTryOut for all this amazing porting work! \o/
6 lines
66 B
Bash
6 lines
66 B
Bash
#!/bin/sh
|
|
|
|
udevadm hwdb --update
|
|
udevadm control --reload
|
|
|
|
exit 0
|