/usr/lib/tcltk/tdbc1.0.6/pkgIndex.tcl is in tcl8.6-tdbc 1.0.6-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 9 10 11 12 | # Index file to load the TDBC package.
# Make sure that TDBC is running in a compatible version of Tcl, and
# that TclOO is available.
if {[catch {package present Tcl 8.5}]} {
return
}
package ifneeded tdbc 1.0.6 \
"package require TclOO 0.6-;\
[list load [file join $dir libtdbc1.0.6.so] tdbc]\;\
[list source [file join $dir tdbc.tcl]]"
|