diff --git a/packages/initramfs/sysutils/plymouth-lite/install b/packages/initramfs/sysutils/plymouth-lite/install index 9a6bfce747..c9e714b758 100755 --- a/packages/initramfs/sysutils/plymouth-lite/install +++ b/packages/initramfs/sysutils/plymouth-lite/install @@ -29,8 +29,9 @@ mkdir -p $INSTALL/splash if [ -f $PROJECT_DIR/$PROJECT/splash/splash.conf ]; then cp $PROJECT_DIR/$PROJECT/splash/splash.conf $INSTALL/splash cp $PROJECT_DIR/$PROJECT/splash/*.png $INSTALL/splash - elif [ -f $PROJECT_DIR/$PROJECT/splash/splash.png ]; then - cp $PROJECT_DIR/$PROJECT/splash/splash.png $INSTALL/splash + elif [ -f $PROJECT_DIR/$PROJECT/splash/splash-1024.png \ + -o -f $PROJECT_DIR/$PROJECT/splash/splash-full.png ]; then + cp $PROJECT_DIR/$PROJECT/splash/splash-*.png $INSTALL/splash else cp $PKG_DIR/splash/splash-*.png $INSTALL/splash fi diff --git a/projects/ARCTIC_MC/splash/splash.png b/projects/ARCTIC_MC/splash/splash-1024.png similarity index 100% rename from projects/ARCTIC_MC/splash/splash.png rename to projects/ARCTIC_MC/splash/splash-1024.png diff --git a/projects/ARCTIC_MC/splash/original/splash-1920x1080.png b/projects/ARCTIC_MC/splash/splash-full.png similarity index 100% rename from projects/ARCTIC_MC/splash/original/splash-1920x1080.png rename to projects/ARCTIC_MC/splash/splash-full.png diff --git a/projects/Generic_OSS/splash/splash.png b/projects/Generic_OSS/splash/splash.png deleted file mode 100644 index 316c0d7087..0000000000 Binary files a/projects/Generic_OSS/splash/splash.png and /dev/null differ diff --git a/projects/RPi/splash/original/splash-1920x1080.png b/projects/RPi/splash/original/splash-1920x1080.png deleted file mode 100644 index c2f3395d70..0000000000 Binary files a/projects/RPi/splash/original/splash-1920x1080.png and /dev/null differ diff --git a/projects/RPi/splash/splash.png b/projects/RPi/splash/splash.png deleted file mode 100644 index df01d8898e..0000000000 Binary files a/projects/RPi/splash/splash.png and /dev/null differ