[Title] wekit-lib uncompression while installing.
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Thu, 8 Dec 2011 03:12:22 +0000 (12:12 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Thu, 8 Dec 2011 03:14:17 +0000 (12:14 +0900)
[Type] Feature
[Module] common-ide-eplungin
[Priority] Major
[CQ#]
[Redmine#] 3527
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ie9518e6b0a6bd0cb4ad25e6d49d4622f1c368066

packager/linux/install.sh

index fb44d8f..dfe955f 100755 (executable)
@@ -57,4 +57,9 @@ xdg-desktop-menu install $categoryfile $desktopfile
 
 ##### END Register Menu #####
 
+## webkit-lib uncompression
+webkit_lib_linux_path=SDK/lib/webkit-lib
+tar xf $TIZEN_SDK_INSTALL_PATH/$webkit_lib_linux_path/webkit-lib.tar.gz -C $TIZEN_SDK_INSTALL_PATH/$webkit_lib_linux_path/
+rm -rf $TIZEN_SDK_INSTALL_PATH/$webkit_lib_linux_path/webkit-lib.tar.gz
+
 exit 0