#!/bin/sh
cd /opt/icedtea6/bin
chmod 755 *
for i in * ;
do
  ln -s /opt/icedtea6/bin/$i /usr/bin/$i ;
done
