mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
Merge pull request #320 from polvi/usr-dbus2
usr(dbus): add keepdir for missing /etc entries
This commit is contained in:
commit
15ca02728d
@ -157,6 +157,8 @@ src_install() {
|
|||||||
|
|
||||||
# needs to exist for dbus sessions to launch
|
# needs to exist for dbus sessions to launch
|
||||||
keepdir /usr/share/dbus-1/services
|
keepdir /usr/share/dbus-1/services
|
||||||
|
keepdir /etc/dbus-1/session.d
|
||||||
|
keepdir /etc/dbus-1/system.d
|
||||||
# machine-id symlink from pkg_postinst()
|
# machine-id symlink from pkg_postinst()
|
||||||
keepdir /var/lib/dbus
|
keepdir /var/lib/dbus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user