Use the following commands to create symlinks to call fortunes by name:

  cd /usr/share/games/fortune
  for f in /usr/local/share/games/fortune/ru/*; do ln -sf $f; done
