repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
tclreadline
/
tclreadline.install
blob
4adfaddfe716f5f315c63134ed4d52dd00371cf6
1
# Message displayed for a fresh install.
2
post_install()
3
{
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 ''
12
}
13
14
op=$1
15
shift
16
$op $*