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': {
|
'locale-gen': {
|
||||||
'command': 'locale-gen',
|
'command': 'locale-gen',
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
|
'needs': {
|
||||||
|
'pkg_apt:locales',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'systemd-locale': {
|
'systemd-locale': {
|
||||||
'command': f'localectl set-locale LANG="{default_locale}"',
|
'command': f'localectl set-locale LANG="{default_locale}"',
|
||||||
|
@ -27,8 +30,5 @@ actions = {
|
||||||
'preceded_by': {
|
'preceded_by': {
|
||||||
'action:locale-gen',
|
'action:locale-gen',
|
||||||
},
|
},
|
||||||
'needs': {
|
|
||||||
'action:locale-gen',
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue