# fss-0002

main:
  chgrp -R d_toolchain ${TC}
  chmod -R o-rx ${TC}
  rm -Rf /share/hal
  if [[ $(type -p mkfontdir) != "" ]] ; then mkfontdir /share/fonts/ ; fi
  rm -Rf /share/fonts/{100,75}dpi # something created the 100dpi & 75dpi directories that are no longer supported and this causes seamonkey to take a very long time starting up
  find /share/applications -name '*.desktop' -exec sed -i -e '/\[.*\]=/d' '{}' ';'
  rm -Rf /share/X11/locale

toolchain:
  chgrp -R d_toolchain ${TC}
  chmod -R o-rx ${TC}

xorg_server:
  rm -Rf ${WO}Mesa-Build
  rm -Rf ${WO}build-xorg
