[type/__locale_system] Add support for Void Linux
This commit is contained in:
parent
0ef54a721d
commit
630d987d5f
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ in
|
|||
;;
|
||||
esac
|
||||
;;
|
||||
voidlinux)
|
||||
locale_conf="/etc/locale.conf"
|
||||
;;
|
||||
*)
|
||||
echo "Your operating system ($os) is currently not supported by this type (${__type##*/})." >&2
|
||||
echo "Please contribute an implementation for it if you can." >&2
|
||||
|
|
Loading…
Reference in a new issue