This file is indexed.

/usr/lib/x86_64-linux-gnu/ibdiagui1.5.7/pkgIndex.tcl is in libibdm1v5 1.5.7-3ubuntu3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
proc ibdiagui-load {dir} {
   puts "Loading IBDIAGUI from: $dir"
   uplevel #0 source [file join $dir ibdiagui.tcl]
}
package ifneeded ibdiagui 1.0 [list ibdiagui-load $dir]