diff options
| -rwxr-xr-x | config/hooks/plymouth-theme.chroot | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/hooks/plymouth-theme.chroot b/config/hooks/plymouth-theme.chroot deleted file mode 100755 index 9da2878..0000000 --- a/config/hooks/plymouth-theme.chroot +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |
