X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=8c534acaa77c3407946f1b77806b2c692a69a45c;hp=9315172937b05953ac448b367ea6f9ef29293908;hb=51fe1eadb286e606342a2f79ee046b73a247324f;hpb=77ee8fc1717ecb7075f2f22edb6c0913059c6f15 diff --git a/autoconfig.functions b/autoconfig.functions index 9315172..8c534ac 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Don Sep 20 15:31:56 CEST 2007 [mika] +# Latest change: Son Sep 30 14:15:11 CEST 2007 [mika] ################################################################################ # {{{ path, variables, signals, umask, zsh @@ -270,12 +270,8 @@ config_language(){ # activate unicode console if running within utf8 environment if [ -r /etc/default/locale ] ; then if grep -q "LANG=.*UTF" /etc/default/locale ; then - if checkgrmlsmall && [ -z "$INSTALLED" ] ; then - ewarn "Not runnning unicode_start: grml-small with reduced language support detected." ; eend 0 - else - einfo "Setting up unicode environment." - unicode_start 2>>$DEBUG ; eend $? - fi + einfo "Setting up unicode environment." + unicode_start 2>>$DEBUG ; eend $? fi fi