This file is indexed.

/usr/share/doc/python-hachoir-metadata/examples/kde/hachoir-metadata-kde is in python-hachoir-metadata 1.3.3-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
#!/bin/bash

for i in "$@"
do
echo "File: '$i'" 
hachoir-metadata "$i" 
echo " " 
done