From 40307193389fb925f9a9db84b7210a16fa065511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 13 Dec 2018 02:41:09 +0100 Subject: [PATCH] liri-themes: fix postinst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-liri/liri-themes/liri-themes_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-liri/liri-themes/liri-themes_git.bb b/recipes-liri/liri-themes/liri-themes_git.bb index 7b483b5d..504496da 100644 --- a/recipes-liri/liri-themes/liri-themes_git.bb +++ b/recipes-liri/liri-themes/liri-themes_git.bb @@ -28,7 +28,7 @@ FILES_${PN}-grub += "/boot/grub/themes" FILES_${PN}-plymouth += "${datadir}/plymouth/themes" FILES_${PN}-sddm += "${datadir}/sddm/themes" -pkg_postinst_${PN}-plymouth() { -#!/bin/sh -plymouth-set-default-theme -R lirios +# there is no plymouth-native yet +pkg_postinst_ontarget_${PN}-plymouth() { + plymouth-set-default-theme -R lirios }