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

if spell_ok fontconfig ; then
  fc-cache
fi
