# fss-0002

main:
  mkdir -vp /share/fonts/{TTF,conf.avail}
  cp -vR ttf/* /share/fonts/TTF/
  cp -vR fontconfig/*  /share/fonts/conf.avail/
  find /share/fonts -type d -exec chmod g+s '{}' ';'
  chgrp -R d_font /share/fonts
  chmod -R o-rx /share/fonts 
