fc12db723f
After 56db43e
, the directory is created at boot time.
This means if one installs screen it won't work until
after the first reboot.
This commit fixes that by creating the directory also
at install time. Note that we still need to create the
directory at boot time, since /run is cleared (tmpfs).
5 lines
65 B
Text
5 lines
65 B
Text
case "${ACTION}" in
|
|
post)
|
|
install -dm 1777 run/screens
|
|
;;
|
|
esac
|