This file is indexed.

/usr/lib/initcpio/install/bcache is in bcache-tools 1.0.8-2.

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
 9
10
11
12
13
#!/bin/bash
build() {
    add_module bcache
    add_binary /usr/lib/udev/bcache-register
    add_binary /usr/lib/udev/probe-bcache
    add_file /usr/lib/udev/rules.d/69-bcache.rules
}
help() {
    cat <<HELPEOF
This hook will auto-assemble bcache devices.
Requires the udev hook.
HELPEOF
}