/usr/lib/tcltk/tcLex1.2/pkgIndex.tcl is in tclex 1.2a1-15.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | if {[package vcompare [info tclversion] 8.5] >= 0} return
package ifneeded tcLex 1.2 [list load [file join $dir tcLex.so.1.2] tcLex]
|