if spell_ok ttmkfdir ; then
  cd /usr/share/fonts/truetype &&
  ttmkfdir > fonts.dir         &&
  cp fonts.dir fonts.scale
fi                             &&

if spell_ok fontconfig ; then
  fc-cache
fi
