]> xenbits.xensource.com Git - people/sstabellini/raisin.git/commitdiff
Remove "Ubuntu" everywhere: It is not treated as Debian
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 18 Mar 2015 18:13:31 +0000 (18:13 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 18 Mar 2015 18:13:31 +0000 (18:13 +0000)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
common-functions.sh

index c79d95075215f96ebf0e3b41f12ef4509ff4773c..b57807c3285e4c922dff248b4a83f10bece015fc 100644 (file)
@@ -92,7 +92,7 @@ function install_dependencies() {
         return 0
     fi
     case $DISTRO in
-        "Debian" | "Ubuntu" )
+        "Debian" )
         $SUDO apt-get install -y $*
         ;;
         "Fedora" )
@@ -106,7 +106,7 @@ function install_dependencies() {
 
 function start_initscripts() {
     case $DISTRO in
-        "Debian" | "Ubuntu" )
+        "Debian" )
         while test $# -ge 1
         do
             $SUDO update-rc.d $1