/usr/share/tcltk/tls1.50/pkgIndex.tcl is in tcl-tls 1.5.0.dfsg-10build1.
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 | # pkgIndex.tcl -
#
# A new manually generated "pkgIndex.tcl" file for tls to
# replace the original which didn't include the commands from "tls.tcl".
#
package ifneeded tls 1.50 "[list load [file join /usr lib libtls1.50.so] ] ; [list source [file join $dir tls.tcl] ]"
|