updated on Wed Jan 11 04:01:16 UTC 2012
[aur-mirror.git] / tclreadline / tclreadline.install
blob4adfaddfe716f5f315c63134ed4d52dd00371cf6
1 # Message displayed for a fresh install.
2 post_install()
4     echo ''
5     echo 'Add this to your ~/.tclshrc to enable readline support in tclsh:'
6     echo ''
7     echo 'if {$tcl_interactive} {'
8     echo '  package require tclreadline'
9     echo '  ::tclreadline::Loop'
10     echo '}'
11     echo ''
14 op=$1
15 shift
16 $op $*