diff options
| -rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core/linhes-scripts/upgrade_linhes_script.sh | 3 | 
2 files changed, 5 insertions, 2 deletions
| diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index 020bfa8..13ffc97 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,7 +3,7 @@  pkgname=linhes-scripts  pkgver=7 -pkgrel=13 +pkgrel=14  pkgdesc="Various scripts that help to make LinHES, LinHES."  arch=('i686' 'x86_64')  license=('GPL2') @@ -97,4 +97,4 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5'           '35693f50939d5827aeabfce8c5dce589'           'a94fe6d980f4b810f2e2ae5352084b39'           '974c137d3fcb85942ba8945a1bc815fe' -         '0f918d7bf4dfa81acbe2b4854e91c82c') +         '52d30a902c6e6de52f6d1481fd90b689') diff --git a/abs/core/linhes-scripts/upgrade_linhes_script.sh b/abs/core/linhes-scripts/upgrade_linhes_script.sh index ffee1ae..506af3e 100644 --- a/abs/core/linhes-scripts/upgrade_linhes_script.sh +++ b/abs/core/linhes-scripts/upgrade_linhes_script.sh @@ -138,6 +138,9 @@ cp /usr/share/mythtv/is.xml.021 /usr/share/mythtv/is.xml  # 	cat /data/database/dvd_transcode_r6.sql | mysql -u root mythconverg  # 	/usr/LH/bin/mythwelcome-config.py  # fi +wget ftp://ftp.knoppmyth.net/R6/sources/wallpaper.png -P /tmp +mv /tmp/wallpaper.png /home/mythtv/.fluxbox/ +chown mythtv.mythtv /home/mythtv/.fluxbox/wallpaper.png  echo "All done!" | 
