[type/__locale_system] Add support for Void Linux

This commit is contained in:
Dennis Camera 2020-07-26 12:28:20 +02:00
parent 0ef54a721d
commit 630d987d5f
1 changed files with 3 additions and 0 deletions

View File

@ -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