(

  prepare_install                         &&
  mkdir    -p  /usr/share/fonts/truetype  &&
  install  -o root  -g root  -m 644  -p *.TTF /usr/share/fonts/truetype  &&
  install  -o root  -g root  -m 644  -p *.ttf /usr/share/fonts/truetype

) > $C_FIFO 2>&1
