change /etc/locale.gen after installing pkg_apt:locales
This commit is contained in:
parent
7588741b30
commit
5ed8f08231
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ files = {
|
||||||
'content': '\n'.join(
|
'content': '\n'.join(
|
||||||
f'{locale} {type}' for locale, type in installed_locales
|
f'{locale} {type}' for locale, type in installed_locales
|
||||||
),
|
),
|
||||||
|
'needs': {
|
||||||
|
'pkg_apt:locales',
|
||||||
|
},
|
||||||
'triggers': {
|
'triggers': {
|
||||||
'action:locale-gen',
|
'action:locale-gen',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue