mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 19:13:51 +02:00
8 lines
179 B
Text
8 lines
179 B
Text
case "$ACTION" in
|
|
post)
|
|
rm -f var/lib/ndhc/jail/dev/null var/lib/ndhc/jail/dev/random
|
|
mknod var/lib/ndhc/jail/dev/null c 1 3
|
|
mknod var/lib/ndhc/jail/dev/random c 1 9
|
|
;;
|
|
esac
|
|
|