From 6c602aae3933b4064d7fa610102fce84b16574d4 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 21 Dec 2020 15:04:25 -0500 Subject: Drop the hook to change the plymouth theme, this has been disabled during build. --- config/hooks/plymouth-theme.chroot | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 config/hooks/plymouth-theme.chroot 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 -- cgit v1.2.3