Codebase list kbd / 6a87b49
debian/console-screen.kbd.sh: Don’t do anything if setupcon is present setupcon is provided by the console-setup package which by default prepares the console settings according to /etc/default/console-setup right after console-screen.kbd.sh. Michael Schutte 16 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 # It loads parameters from /etc/kbd/config and maybe loads
1313 # default font and map.
1414 # (c) 1997 Yann Dirson
15
16 [ -x /bin/setupcon ] && exit 0
1517
1618 PKG=kbd
1719 if [ -r /etc/$PKG/config ]; then