summaryrefslogtreecommitdiffstats
path: root/config/hooks
diff options
context:
space:
mode:
authorLibravatar Unit 193 <unit193@ubuntu.com>2018-05-09 01:34:54 -0400
committerLibravatar Unit 193 <unit193@ubuntu.com>2018-05-09 01:40:14 -0400
commit0211b7ff890210ecda2c58692f6e0ca709c27b16 (patch)
tree2236c21c8c51b579bbece183d8016e40fb1449dc /config/hooks
parent4eefd4632c7a9dc105b45e3f0821c2628c59f0b9 (diff)
downloadxebian-lb-config-0211b7ff890210ecda2c58692f6e0ca709c27b16.tar.bz2
xebian-lb-config-0211b7ff890210ecda2c58692f6e0ca709c27b16.tar.xz
xebian-lb-config-0211b7ff890210ecda2c58692f6e0ca709c27b16.tar.zst
Add plymouth and set lines as the default theme.
Diffstat (limited to 'config/hooks')
-rwxr-xr-xconfig/hooks/plymouth-theme.chroot7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/hooks/plymouth-theme.chroot b/config/hooks/plymouth-theme.chroot
new file mode 100755
index 0000000..9da2878
--- /dev/null
+++ b/config/hooks/plymouth-theme.chroot
@@ -0,0 +1,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