summaryrefslogtreecommitdiffstats
path: root/config/hooks/plymouth-theme.chroot
blob: 9da28787a3baf1012ad3d11aea19244d8a2da554 (plain) (blame)
1
2
3
4
5
6
7
#!/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