# fss-0002

main:
  tclsh installer.tcl -no-wait -no-gui -no-html -no-nroff -no-examples -pkg-path /lib/tcl8.5/tklib0.4
  chgrp e_tcl -R /lib/tk?.?
  find /lib/tcl?.? -type d -exec chmod g+s '{}' ';'
  chgrp e_tk -R /lib/tk?.?
  find /lib/tk?.? -type d -exec chmod g+s '{}' ';'
