diff options
Diffstat (limited to 'abs/core-testing/fbsplash/fbsplash.initcpio_install')
-rw-r--r-- | abs/core-testing/fbsplash/fbsplash.initcpio_install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/fbsplash/fbsplash.initcpio_install b/abs/core-testing/fbsplash/fbsplash.initcpio_install index 06700a8..3fdd7e9 100644 --- a/abs/core-testing/fbsplash/fbsplash.initcpio_install +++ b/abs/core-testing/fbsplash/fbsplash.initcpio_install @@ -3,7 +3,7 @@ install() { [ -x /sbin/fbcondecor_helper ] || return 1 source /etc/conf.d/fbsplash.conf - [ -z "${THEME}" ] && THEME="darch" + [ -z "${THEME}" ] && THEME="linhes" add_binary "/sbin/fbcondecor_helper" |