(
  if  !  [   -d  /usr/share/fonts/truetype  ]
  then  mkdir -p /usr/share/fonts/truetype
  fi 

  cp -R *ttf /usr/share/fonts/truetype &&
  cp -R local.conf /etc  

) > $C_FIFO 2>&1
