/usr/lib/tcltk/xotcl1.6.8/pkgIndex.tcl is in xotcl 1.6.8-3.
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 9 10 11 12 | set __dir__ $dir
foreach index [concat \
[glob -nocomplain [file join $dir * pkgIndex.tcl]] \
[glob -nocomplain [file join $dir * * pkgIndex.tcl]]] {
set dir [file dirname $index]
source $index
}
set dir $__dir__
unset __dir__
package ifneeded XOTcl 1.6.8 [list load \
[file join $dir libxotcl1.6.8.so] XOTcl]
|