diff --git a/helpers/DATA/plymouth/background.png b/helpers/DATA/plymouth/background.png index 23938a4..4909d16 100644 Binary files a/helpers/DATA/plymouth/background.png and b/helpers/DATA/plymouth/background.png differ diff --git a/helpers/DATA/plymouth/trisquel_logo.png b/helpers/DATA/plymouth/trisquel_logo.png index 58a989f..637c306 100644 Binary files a/helpers/DATA/plymouth/trisquel_logo.png and b/helpers/DATA/plymouth/trisquel_logo.png differ diff --git a/helpers/make-plymouth b/helpers/make-plymouth index 454ea1e..011706b 100644 --- a/helpers/make-plymouth +++ b/helpers/make-plymouth @@ -1,6 +1,6 @@ #/bin/sh # -# Copyright (C) 2008-2017 Ruben Rodriguez +# Copyright (C) 2008-2018 Ruben Rodriguez # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=3 +VERSION=4 QUILT=skip . ./config @@ -71,7 +71,8 @@ EOF rm themes/trisquel-logo -rf cp themes/script -a themes/trisquel-logo cp $DATA/background.png themes/trisquel-logo/ -cp $DATA/trisquel_logo16.png themes/trisquel-logo/trisquel-logo.png +cp $DATA/trisquel_logo.png themes/trisquel-logo/trisquel-logo.png +cp $DATA/trisquel_logo16.png themes/trisquel-logo/trisquel-logo16.png sed -i 's/progress_bar.png/progress_bar.png\\\n\t\tbackground.png\\\n\t\ttrisquel_logo16.png/' themes/trisquel-logo/Makefile* sed s:/script:/trisquel-logo:g -i themes/trisquel-logo/script.plymouth.in sed 's:=Script:=Trisquel-logo:g' -i themes/trisquel-logo/script.plymouth.in