fix locale deps
This commit is contained in:
parent
93d9f1af39
commit
99c12b6106
1 changed files with 3 additions and 3 deletions
|
@ -20,6 +20,9 @@ actions = {
|
|||
'locale-gen': {
|
||||
'command': 'locale-gen',
|
||||
'triggered': True,
|
||||
'needs': {
|
||||
'pkg_apt:locales',
|
||||
},
|
||||
},
|
||||
'systemd-locale': {
|
||||
'command': f'localectl set-locale LANG="{default_locale}"',
|
||||
|
@ -27,8 +30,5 @@ actions = {
|
|||
'preceded_by': {
|
||||
'action:locale-gen',
|
||||
},
|
||||
'needs': {
|
||||
'action:locale-gen',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue