From 653c344b2e29012567056de43418e3c5e52ce613 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sun, 28 Sep 2008 13:11:57 +0300 Subject: [PATCH] tardiba: modified to apply custom grubsplash only if grub is installed. --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fbea213..4200d04 100644 --- a/build.sh +++ b/build.sh @@ -26,4 +26,6 @@ sed -i -e 's,opensde\-grub\-splash\.xpm,expert\-bootsplash\.xpm,' \ echo_status "Done." } -[ "$SDECFG_TRG_MNEMOSYNE_BOOT" != 'HD' ] || custom_grubsplash +if pkginstalled grub; then + custom_grubsplash +fi