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