mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 08:26:49 +02:00
7 lines
82 B
Bash
7 lines
82 B
Bash
#!/bin/sh
|
|
|
|
if [ -S /run/udev/control ]; then
|
|
udevadm control --reload
|
|
fi
|
|
|
|
exit 0
|