# Exit on error:
set -e

wget http://www.ukij.org/fonts/fonts/UKIJCJK.ttf
install -m644 UKIJCJK.ttf /share/fonts/X11/TTF/
rm UKIJCJK.ttf

exit 0
