/usr/bin/dbus-daemon \
/usr/bin/dbus-send
- dbus_system_services="
- org.freedesktop.systemd1
- org.freedesktop.timedate1
- org.freedesktop.hostname1
- "
inst_dir /etc/dbus-1/system.d
inst_dir /usr/share/dbus-1/services
inst_dir /usr/share/dbus-1/system-services
inst_multiple /etc/dbus-1/system.conf
inst_multiple /usr/share/dbus-1/system.conf \
/usr/share/dbus-1/services/org.freedesktop.systemd1.service
- for service in $dbus_system_services ; do
- inst_multiple /etc/dbus-1/system.d/${service}.conf \
- /usr/share/dbus-1/system-services/${service}.service
- done
inst_multiple $(find /var/lib/dbus)
inst_hook cleanup 99 "$moddir/dbus-cleanup.sh"