Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37871514
en ru br
ALT Linux repos
S:1.28-alt22
5.0: 1.28-alt7
4.1: 1.28-alt8.M41.1
4.0: 1.28-alt3
3.0: 1.28-alt2

Group :: Graphical desktop/Window Maker
RPM: wdm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

. shell-config

if [ -n "$1" ]; then
lang="$1"
else
[ -s /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n;
lang="${LANG%%.*}"
fi

[ -d "/usr/share/locale/$lang" ] || exit 1

shell_config_set /etc/X11/wdm/wdm-config "DisplayManager*wdmLocale" "$lang" \
": " ": "
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin