/usr/bin/kbd-config is in console-common 0.7.89.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
echo "Warning: kbd-config is now a wrapper for 'dpkg-reconfigure console-data' "
/usr/sbin/dpkg-reconfigure console-data
|