mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Merge pull request #532 from marineam/cleanup
fix(coreos-base/update_engine): Add rule to remove old dbus config.
This commit is contained in:
commit
d1616f863d
@ -0,0 +1 @@
|
||||
r /etc/dbus-1/system.d/UpdateEngine.conf - - - 0 -
|
@ -8,7 +8,7 @@ CROS_WORKON_REPO="git://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="f084f56dec6aeb1259e901112f3b9461e265883f"
|
||||
CROS_WORKON_COMMIT="cf6827237b9123b2173b9d3d326c2471804dcea4"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
fi
|
||||
|
||||
@ -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