/usr/share/tcltk/tklib0.6/ico/pkgIndex.tcl is in tklib 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 | # pkgIndex.tcl --
#
# Copyright (c) 2003 ActiveState Corporation.
# All rights reserved.
#
# RCS: @(#) $Id: pkgIndex.tcl,v 1.11 2011/10/05 00:10:46 hobbs Exp $
package ifneeded ico 0.3.2 [list source [file join $dir ico0.tcl]]
package ifneeded ico 1.1 [list source [file join $dir ico.tcl]]
|