/usr/share/tcltk/tklib0.6/mentry/mentry.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 10 11 12 13 | #==============================================================================
# Main Mentry package module.
#
# Copyright (c) 1999-2012 Csaba Nemethi (E-mail: csaba.nemethi@t-online.de)
#==============================================================================
package require -exact mentry::common 3.6
package provide Mentry $::mentry::version
package provide mentry $::mentry::version
::mentry::useTile 0
::mentry::createBindings
|