fix(coreos-base/update_engine): Add rule to remove old dbus config.

This commit is contained in:
Michael Marineau 2014-04-08 11:27:10 -07:00
parent 3e84bbaade
commit 5f27cc04e1
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
r /etc/dbus-1/system.d/UpdateEngine.conf - - - 0 -

View File

@ -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