terminus-font.kur-kos 229 B

12345678910111213
  1. # Update mkfontscale and mkfontdir:
  2. if [ -x usr/bin/mkfontdir ]; then
  3. ( cd usr/share/fonts/misc
  4. mkfontscale .
  5. mkfontdir .
  6. )
  7. fi
  8. # Update the X font indexes:
  9. if [ -x usr/bin/fc-cache ]; then
  10. usr/bin/fc-cache -f
  11. fi