Fix path to default background

This commit is contained in:
Andrey Bondrov 2015-11-27 01:58:31 +10:00
parent 660a8e6416
commit f628c3eb0d
2 changed files with 3 additions and 3 deletions

View file

@ -25,8 +25,8 @@ sleep 1
if [ "$(pidof openbox)" ]; then
# setup background
if [ -e /usr/share/mdk/backgrounds/default.png ] && [ -f /usr/bin/xli ]; then
/usr/bin/xli -onroot -fullscreen /usr/share/mdk/backgrounds/default.png &
if [ -e /usr/share/mdk/backgrounds/default.jpg ] && [ -f /usr/bin/xli ]; then
/usr/bin/xli -onroot -fullscreen /usr/share/mdk/backgrounds/default.jpg &
fi
/usr/bin/calamares

View file

@ -6,7 +6,7 @@
Summary: Distribution-independent installer framework
Name: calamares
Version: 1.1.4.2
Release: 5
Release: 6
License: GPLv3+
Group: System/Configuration/Other
Url: http://calamares.io/