[Title] Clean up source
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 13 Feb 2013 10:00:47 +0000 (19:00 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Wed, 13 Feb 2013 10:02:59 +0000 (19:02 +0900)
[Desc.] ubuntu10.04 and 10.10 is no more support
[Issue] 8246

Change-Id: Ife50e7cb14380aaa295add072e4a99ead90dc8b5

org.tizen.base.feature/rootfiles_for_linux/startup.sh

index e190743..07e87fc 100755 (executable)
@@ -14,21 +14,6 @@ mv ${CONFIG_PATH}.mod ${CONFIG_PATH}
 export PATH=${PATH}:$TIZEN_SDK_INSTALL_PATH/tools/smart-build-interface/bin
 export no_proxy=$no_proxy,"127.0.0.1"
 
-
-linux_name=`cat /etc/issue | awk '{print $1}' | tr [A-Z] [a-z]`
-linux_version=`cat /etc/issue | awk '{print $2}'`
-linux_main_version=`expr substr $linux_version 1 5`
-
-# only used ubuntu 10.04 or 10.10
-if [ ${linux_name} = "ubuntu" ]
-then
-    case ${linux_main_version} in
-        10.04|10.10)
-               export LD_LIBRARY_PATH=$TIZEN_SDK_INSTALL_PATH/library/webkit:$LD_LIBRARY_PATH
-            ;;
-    esac
-fi
-
 ## Execute IDE
 eclipse_options="-Dorg.eclipse.swt.browser.DefaultType=MOZILLA"