add Added Files:
[hdw-repos/packages.git] / demian / tcsh / tcsh
1 # HDW Linux tcsh
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] A improved and more featured C Shell.
5 # [V] 6.12.00
6 # [S] 3 5
7 # [D] tcsh-6.12.00.tar.gz ftp://ftp.funet.fi/pub/unix/shells/tcsh/
8
9
10
11 post_install()
12 {
13     # tcsh could replace csh ;-)
14     
15     if  [ -f "$root/bin/tcsh" ]; then
16         ln -sf $root/bin/tcsh $root/bin/csh
17     else 
18         [ -f "$root/usr/bin/tcsh" ] && \
19             ln -sf $root/usr/bin/tcsh $root/bin/csh
20     fi
21 }