/usr/share/tcltk/tkcon2.7/pkgIndex.tcl is in tkcon 2:2.7~20151021-2.
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 | # pkgIndex.tcl to use tkcon as a package via 'package require tkcon'
#
# 'tkcon show' will do all that is necessary to display tkcon
#
# Defaults to:
# * the main interp as the "slave"
# * hiding tkcon when you click in the titlebar [X]
# * using '.tkcon' as the root toplevel
# * not displaying itself at 'package require' time
#
package ifneeded tkcon 2.7 [list source [file join $dir tkcon.tcl]]
|