This file is indexed.

/usr/lib/tcltk/tdbcpostgres1.0.3/pkgIndex.tcl is in tcl8.6-tdbc-postgres 1.0.3-1.

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
6
7
8
# Package index file for tdbc::postgres

if {[catch {package require Tcl 8.6}]} {
    return
}
package ifneeded tdbc::postgres 1.0.3 \
    "[list source [file join $dir tdbcpostgres.tcl]]\;\
    [list load [file join $dir libtdbcpostgres1.0.3.so] tdbcpostgres]"