5 lines
262 B
Text
5 lines
262 B
Text
# Traditionally, /usr/local has been a link to /var/usrlocal and /opt to /var/opt.
|
|
# A new model now is to allow OSTree commit content in those directories. But
|
|
# this dropin implements the old model.
|
|
d /var/opt 0755 root root -
|
|
d /var/usrlocal 0755 root root -
|