From 53f5405f8d94132fa31fb6c7ce04359558f5eb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 10 Apr 2020 10:27:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D1=8F=20plymouth=20=D0=BF=D1=80=D0=B8=20=D0=BE=D0=B1=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B8=20=D0=BE=D0=B1=D1=80?= =?UTF-8?q?=D0=B0=D0=B7=D0=BE=D0=B2=20=D0=BC=D1=83=D0=BB=D1=8C=D1=82=D0=B8?= =?UTF-8?q?=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=BE=D1=87=D0=BD=D0=BE?= =?UTF-8?q?=D0=B9=20=D1=84=D0=BB=D0=B5=D1=88=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/builder/variables/images.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pym/builder/variables/images.py b/pym/builder/variables/images.py index ea5451d..076feee 100644 --- a/pym/builder/variables/images.py +++ b/pym/builder/variables/images.py @@ -63,8 +63,7 @@ class VariableClBuilderSplash(ReadonlyVariable): prefix = self.Get('cl_builder_path') if isPkgInstalled('media-gfx/splashutils', prefix=prefix): return "splashutils" - elif isPkgInstalled("media-gfx/plymouth-themes-calculate", - prefix=prefix): + elif isPkgInstalled("sys-boot/plymouth", prefix=prefix): return "plymouth" else: return ""