summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@xebian.org>2020-12-21 15:04:25 -0500
committerLibravatar Unit 193 <unit193@xebian.org>2020-12-21 15:04:25 -0500
commit6c602aae3933b4064d7fa610102fce84b16574d4 (patch)
tree9fe0323ec6901a1527a0fc4f7ba4716c5ad4f9d3 /config
parent3aad85f71ff6a505e4cb2b0745a0dd0e6459a86d (diff)
downloadxebian-lb-config-6c602aae3933b4064d7fa610102fce84b16574d4.tar.bz2
xebian-lb-config-6c602aae3933b4064d7fa610102fce84b16574d4.tar.xz
xebian-lb-config-6c602aae3933b4064d7fa610102fce84b16574d4.tar.zst
Drop the hook to change the plymouth theme, this has been disabled during build.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hooks/plymouth-theme.chroot7
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