AptUpdate has to explicitly depend on WritePreferences

This commit is contained in:
Jan Brauer 2014-05-28 09:55:09 +02:00
parent 6c071bed72
commit 18a85c157f

View file

@ -110,7 +110,7 @@ class DisableDaemonAutostart(Task):
class AptUpdate(Task):
description = 'Updating the package cache'
phase = phases.package_installation
predecessors = [locale.GenerateLocale, WriteSources]
predecessors = [locale.GenerateLocale, WritePreferences]
@classmethod
def run(cls, info):