( cd usr/bin ; rm -rf install )
( cd usr/bin ; ln -sf ginstall install )
if [ -x /bin/dircolors ]; then
  if [ "$SHELL" = "/bin/zsh" ]; then
    eval `dircolors -z`
  elif [ "$SHELL" = "/bin/ash" ]; then
    eval `dircolors -s`
  else
    eval `dircolors -b`
  fi
fi