/usr/share/tcltk/tklib0.5/ico/pkgIndex.tcl is in tklib 0.5-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 | # pkgIndex.tcl --
#
# Copyright (c) 2003 ActiveState Corporation.
# All rights reserved.
#
# RCS: @(#) $Id: pkgIndex.tcl,v 1.8 2008/03/12 07:25:49 hobbs Exp $
package ifneeded ico 0.3.1 [list source [file join $dir ico0.tcl]]
package ifneeded ico 1.0.3 [list source [file join $dir ico.tcl]]
|