#!/bin/sh
if [ -x ~/OpenOffice.org*/setup ]; 
    then
        /usr/bin/soffice & 
    else 
        /opt/openoffice/program/setup & 
fi		
