diff options
Diffstat (limited to 'cygwin/postinstall.sh')
-rwxr-xr-x | cygwin/postinstall.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cygwin/postinstall.sh b/cygwin/postinstall.sh deleted file mode 100755 index 017f3fba6fa14..0000000000000 --- a/cygwin/postinstall.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -rm -f /usr/bin/csh /usr/bin/csh.exe /usr/bin/csh.lnk /usr/share/man/man1/csh.1* -cd /bin -ln -s tcsh csh -cd /usr/share/man/man1 -ln -s tcsh.1 csh.1 -[ -e /etc/csh.cshrc ] || cp /etc/defaults/etc/csh.cshrc /etc -[ -e /etc/csh.login ] || cp /etc/defaults/etc/csh.login /etc -[ -e /etc/profile.d/bindkey.tcsh ] || \ - cp /etc/defaults/etc/profile.d/bindkey.tcsh /etc/profile.d -[ -e /etc/profile.d/complete.tcsh ] || \ - cp /etc/defaults/etc/profile.d/complete.tcsh /etc/profile.d |