mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 02:16:59 +02:00
fix(coreos-base/update_engine): Add rule to remove old dbus config.
This commit is contained in:
parent
3e84bbaade
commit
5f27cc04e1
@ -0,0 +1 @@
|
||||
r /etc/dbus-1/system.d/UpdateEngine.conf - - - 0 -
|
@ -108,6 +108,9 @@ src_install() {
|
||||
insinto /usr/share/dbus-1/system.d
|
||||
doins UpdateEngine.conf
|
||||
|
||||
# Install rule to remove old UpdateEngine.conf from /etc
|
||||
systemd_dotmpfilesd "${FILESDIR}"/update-engine.conf
|
||||
|
||||
insinto /usr/include/chromeos/update_engine
|
||||
doins update_engine.dbusserver.h
|
||||
doins update_engine.dbusclient.h
|
||||
|
Loading…
Reference in New Issue
Block a user