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