# fss-0002

main:
  if [[ -d /lib/python2.6 ]] ; then chgrp -hR e_python /lib/python2.6 ; fi
  if [[ -d /lib/perl5 ]] ; then chgrp -hR e_perl /lib/perl5 ; fi
  if [[ -d /lib/tcl8.5 ]] ; then chgrp -hR e_tcl /lib/tcl8.5 ; fi
  if [[ -d /lib/tk8.5 ]] ; then chgrp -hR e_tk /lib/tk8.5 ; fi
  if [[ -d /share/game ]] ; then chgrp -hR d_game /share/game ; fi

  if [[ -d /lib/pkgconfig ]] ; then rmdir -v /lib/pkgconfig ; fi
