[Title] [STUB] Remove prerequisite package as 'ia32-libs' on 64bit ubuntu system.
authoryongsung1.kim <yongsung1.kim@samsung.com>
Wed, 26 Dec 2012 01:59:49 +0000 (10:59 +0900)
committeryongsung1.kim <yongsung1.kim@samsung.com>
Wed, 26 Dec 2012 01:59:49 +0000 (10:59 +0900)
[Desc.]
[Issue]

InstallerStub/linux/installer_stub

index 8169f0a..44657fa 100755 (executable)
@@ -45,11 +45,6 @@ elif [ "12.04" = ${OS_VERSION} ] || [ "12.10" = ${OS_VERSION} ]; then
        INSTALLATION_CHECK="$INSTALLATION_CHECK qemu-user-static libwebkitgtk-1.0-0"
 fi
 
-# 64bit ubuntu case
-if [ 64 -eq ${OS_BIT} ] ; then
-       INSTALLATION_CHECK="$INSTALLATION_CHECK ia32-libs"
-fi
-
 NVIDIA_CHECK=`lspci | grep nVidia`
 MESA_CHECK=`dpkg -l | egrep -e libgl1-mesa-glx' '`
 ####################################