]> git.proxmox.com Git - grub2.git/commitdiff
Deletes grub-gettext_lib.in (not needed after Robert's changes)
authorCarles Pina i Estany <carles@pina.cat>
Sat, 21 Nov 2009 21:18:12 +0000 (21:18 +0000)
committerCarles Pina i Estany <carles@pina.cat>
Sat, 21 Nov 2009 21:18:12 +0000 (21:18 +0000)
util/grub-gettext_lib.in [deleted file]
util/grub-mkconfig_lib.in

diff --git a/util/grub-gettext_lib.in b/util/grub-gettext_lib.in
deleted file mode 100644 (file)
index 00d1bdd..0000000
+++ /dev/null
@@ -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
index 47e37f265009c9115549c7a20279a734cef9b8df..bb30cc4756ccb9bc192275b5623eab3a1f8ec9a8 100644 (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
-}