X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Ftcsh%2Ftcsh;fp=demian%2Ftcsh%2Ftcsh;h=64c0d9a43eb92d1239fc52d703109955beaa10a7;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/tcsh/tcsh b/demian/tcsh/tcsh new file mode 100755 index 0000000..64c0d9a --- /dev/null +++ b/demian/tcsh/tcsh @@ -0,0 +1,21 @@ +# HDW Linux tcsh +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] A improved and more featured C Shell. +# [V] 6.12.00 +# [S] 3 5 +# [D] tcsh-6.12.00.tar.gz ftp://ftp.funet.fi/pub/unix/shells/tcsh/ + + + +post_install() +{ + # tcsh could replace csh ;-) + + if [ -f "$root/bin/tcsh" ]; then + ln -sf $root/bin/tcsh $root/bin/csh + else + [ -f "$root/usr/bin/tcsh" ] && \ + ln -sf $root/usr/bin/tcsh $root/bin/csh + fi +}