# fss-0002

main:
  mkdir -p /lib/gtk-2.0
  chgrp e_gtk -R /lib/gtk-2.0
  chmod o-rx -R /lib/gtk-2.0
  find /lib/gtk-2.0 -type d -exec chmod g+s '{}' ';'
  tar -J -xf ${PR}desktop-directories.txz -C /share/
  chgrp e_application -R /share/desktop-directories/
  chmod o-rx -R /share/desktop-directories/
  find /share/desktop-directories -type d -exec chmod g+s '{}' ';'
  mkdir /share/mime/
  chmod u+rwx,g+rxs-w,o-rwx /share/mime/
  chgrp e_application /share/mime/
