#
# Setup ANT_HOME and JAVA_HOME in case they were just installed
#
if  [  -f  /etc/profile.d/java.sh  ];  then
  source  /etc/profile.d/java.sh
fi  &&

if  [  -f  /etc/profile.d/ant.sh  ];  then
  source  /etc/profile.d/ant.sh
fi

#config_query_list  OPENOFFICE_VERSION  "Which version do you wish to use? (Use stable unless you want to actively help get this working, or are just plain crazy)" devel stable

persistent_add OPENOFFICE_VERSION  &&
OPENOFFICE_VERSION=stable
