cd /usr/share/fonts/sjfonts
rm -f fonts.scale fonts.dir fonts.cache*
mkfontscale
mkfontdir
message "${MESSAGE_COLOR}Running fc-cache please be patient${DEFAULT_COLOR}"
fc-cache -f
if [ -x xset ]; then
 xset fp rehash
fi
