Deletes grub-gettext_lib.in (not needed after Robert's changes)

This commit is contained in:
Carles Pina i Estany 2009-11-21 21:18:12 +00:00
parent a239a5e9cc
commit cb681ffd7a
2 changed files with 0 additions and 34 deletions

View File

@ -1,23 +0,0 @@
# Configuration of grub-gettext
# Copyright (C) 2009 Free Software Foundation, Inc.
#
# GRUB is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# GRUB is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
TEXTDOMAINDIR=@prefix@/share/locale
TEXTDOMAIN=grub
. gettext.sh

View File

@ -215,14 +215,3 @@ version_find_latest ()
done
echo "$a"
}
get_locale_lang ()
{
lang="`echo ${LANG} | cut -d _ -f 1`"
if [ "x${lang}" = "x" ] ; then
return 1
else
echo "${lang}"
return 0
fi
}