if [ ! -f /usr/lib/locale/he_IL/* ]; then
  rm -r /usr/lib/locale/he_IL
  cd /usr/lib/locale
  ln -s ./he ./he_IL
fi
