|
|
@ -1,6 +1,7 @@ |
|
|
|
#!/bin/sh |
|
|
|
#!/bin/sh |
|
|
|
# |
|
|
|
# |
|
|
|
# 2013-2015 Nico Schottelius (nico-cdist at schottelius.org) |
|
|
|
# 2013-2015 Nico Schottelius (nico-cdist at schottelius.org) |
|
|
|
|
|
|
|
# 2015 David Hürlimann (david at ungleich.ch) |
|
|
|
# |
|
|
|
# |
|
|
|
# This file is part of cdist. |
|
|
|
# This file is part of cdist. |
|
|
|
# |
|
|
|
# |
|
|
@ -29,7 +30,7 @@ case "$os" in |
|
|
|
# Debian needs a seperate package |
|
|
|
# Debian needs a seperate package |
|
|
|
__package locales --state present |
|
|
|
__package locales --state present |
|
|
|
;; |
|
|
|
;; |
|
|
|
archlinux|suse|ubuntu) |
|
|
|
archlinux|suse|ubuntu|centos) |
|
|
|
: |
|
|
|
: |
|
|
|
;; |
|
|
|
;; |
|
|
|
*) |
|
|
|
*) |
|
|
|