forked from ungleich-public/cdist
also support archlinux in __locale
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
28ab1c92dd
commit
249455f347
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ case "$os" in
|
||||||
# Debian needs a seperate package
|
# Debian needs a seperate package
|
||||||
__package locales --state present
|
__package locales --state present
|
||||||
;;
|
;;
|
||||||
suse)
|
archlinux|suse)
|
||||||
:
|
:
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue