Codebase list kbd / 508ea84
Point to the bug explaining the symlink topic Michael Schutte 16 years ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
66 * debian/console-screen.kbd.sh: Don’t do anything if setupcon is present.
77 console-setup will do the setup, anyway.
88 * Create symlinks for loadkeys and dumpkeys in /usr/bin for better
9 compatibility with console-tools.
10
11 -- Michael Schutte <m.schutte.jr@gmail.com> Sat, 26 Apr 2008 11:08:57 +0200
9 compatibility with console-tools. See #261801.
10
11 -- Michael Schutte <m.schutte.jr@gmail.com> Sat, 26 Apr 2008 15:48:27 +0200
1212
1313 kbd (1.14.1-1) unstable; urgency=low
1414
9797 ln -s openvt ${bindir}/open
9898 ln -s openvt.1 ${tmpdir}/usr/share/man/man1/open.1
9999
100 # loadkeys and dumpkeys compat symlinks
100 # loadkeys and dumpkeys compat symlinks (see #261801)
101101 ln -s /bin/loadkeys ${ubindir}/loadkeys
102102 ln -s /bin/dumpkeys ${ubindir}/dumpkeys
103103