diff options
author | Cecil <knoppmyth@gmail.com> | 2011-11-02 00:01:54 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2011-11-02 00:01:54 (GMT) |
commit | 1b829c5d446558ef6b2d48e941e7dcd1f1ade72f (patch) | |
tree | ceade9a45f9ce6b59e439bbb4515b0b393d9ec72 /abs | |
parent | a3b7c3179a90e17dbb816bb3fadbbb834481a596 (diff) | |
download | linhes_pkgbuild-1b829c5d446558ef6b2d48e941e7dcd1f1ade72f.zip linhes_pkgbuild-1b829c5d446558ef6b2d48e941e7dcd1f1ade72f.tar.gz linhes_pkgbuild-1b829c5d446558ef6b2d48e941e7dcd1f1ade72f.tar.bz2 |
linhes-scripts:Update to grab R7 wallpaper.
Diffstat (limited to 'abs')
-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!" |