plymouth: Drop duplicate script in stage2

This script is not needed, since the identical script
features.in/plymouth/rootfs/image-scripts.d/10-plymouth is run
for stage2.
This commit is contained in:
Anton Midyukov 2021-02-28 03:10:19 +07:00
parent e5b1214aca
commit adad3b9fd0

View File

@ -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 ||: