trixie/roles/edulive/files/gnome-edu/config/hooks/0001-plymouth-theme.hook.chroot

9 lines
151 B
Text
Raw Normal View History

#!/bin/sh
set -e
if [ -e /usr/sbin/plymouth-set-default-theme ] && [ -e /usr/share/plymouth/themes/lines ]
then
plymouth-set-default-theme lines
fi