diff --git a/features.in/plymouth/stage2/image-scripts.d/10-plymouth b/features.in/plymouth/stage2/image-scripts.d/10-plymouth deleted file mode 100755 index 4e28f554..00000000 --- a/features.in/plymouth/stage2/image-scripts.d/10-plymouth +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -CONFIG=/etc/plymouth/plymouthd.conf - -if [ -f "$CONFIG" ]; then - grep -q '^Theme=' "$CONFIG" || sed -i 's/#\([T\[]\)/\1/' "$CONFIG" -fi - -cp -a /usr/share/plymouth/default-install-duration \ - /var/lib/plymouth/boot-duration ||: