v.licheni.net
/
stack
/
code
/
debianlive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
corrected executables check in make-persistence
[stack/code/debianlive.git]
/
xfce-desktop
/
config
/
hooks
/
0001-plymouth-theme.chroot
1
#!/bin/sh
2
3
set -e
4
5
if [ -e /usr/sbin/plymouth-set-default-theme ] && [ -e /usr/share/plymouth/themes/joy ]
6
then
7
plymouth-set-default-theme joy
8
fi