This file is indexed.

/usr/lib/oem-config/post-install/ubi-reload-keyboard is in oem-config 2.10.16.

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
7
8
#!/bin/sh

# We need to update the udev properties and restart HAL after OEM-config
# because we may have changed keyboard settings in /etc/default/keyboard,
# which X.org uses to determine layout.

udevadm trigger --action=change --property-match=ID_INPUT_KEY=1
restart hal 2>/dev/null || true