[Title] Modify installer stub to support '-packageinfo', '-repoinfo' option.
authoryongsung1.kim <yongsung1.kim@samsung.com>
Wed, 24 Jul 2013 07:03:36 +0000 (16:03 +0900)
committeryongsung1.kim <yongsung1.kim@samsung.com>
Wed, 24 Jul 2013 07:03:36 +0000 (16:03 +0900)
[Issue] redmine #10027

os_stubs/linux/installer_stub

index ff93227..6dc44e8 100755 (executable)
@@ -125,7 +125,7 @@ if [ "ubuntu" = "${OS_NAME}" ] ; then
 fi
 
 ## check the GUI Enviroment ##
-if [ "-install" = "$1" ] || [ "-remove" = "$1" ] || [ "-status" = "$1" ] || [ "-help" = "$1" ] ; then
+if [ "-install" = "$1" ] || [ "-remove" = "$1" ] || [ "-status" = "$1" ] || [ "-help" = "$1" ] || [ "-repoinfo" = "$1" ] || [ "-packageinfo" = "$1" ] ; then
        echo "$CE CLI mode, installer does not need GUI Environment. $CN"
 else 
        if [ -z "$DISPLAY" ]; then