Stop prompting about locale.conf

This commit is contained in:
Anthony Rose 2021-12-04 11:54:56 +00:00
parent b3b605bd0b
commit a5ae64f590

View file

@ -211,10 +211,6 @@ usermotd () {
echo " $(. /etc/os-release; echo $NAME $VERSION)"
fi
uptime
if ! [ -r "${XDG_CONFIG_HOME:-$HOME/.config}/locale.conf" ]
then
echo "${XDG_CONFIG_HOME:-$HOME/.config}/locale.conf does not exist"
fi
echo "LANG=$LANG"
if [ -x /usr/bin/timedatectl ]
then