summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/linhes-scripts/linhes_update.sh
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-18 09:48:19 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-18 09:48:19 (GMT)
commitfcef9772de4f4a6e3f0cb95b6b7611c6cf1da4ae (patch)
tree4a7d3876a6c5d9c213221021d99e4c3e69ae365e /abs/core-testing/linhes-scripts/linhes_update.sh
parent2331018be99bf6286ba6eb927d611d0d65c5d761 (diff)
downloadlinhes_pkgbuild-fcef9772de4f4a6e3f0cb95b6b7611c6cf1da4ae.zip
linhes_pkgbuild-fcef9772de4f4a6e3f0cb95b6b7611c6cf1da4ae.tar.gz
linhes_pkgbuild-fcef9772de4f4a6e3f0cb95b6b7611c6cf1da4ae.tar.bz2
linhes-scripts:clean ups.
Diffstat (limited to 'abs/core-testing/linhes-scripts/linhes_update.sh')
-rw-r--r--abs/core-testing/linhes-scripts/linhes_update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/linhes-scripts/linhes_update.sh b/abs/core-testing/linhes-scripts/linhes_update.sh
index 121f683..3b455e0 100644
--- a/abs/core-testing/linhes-scripts/linhes_update.sh
+++ b/abs/core-testing/linhes-scripts/linhes_update.sh
@@ -12,6 +12,7 @@ dsply () {
chck () {
sudo pacman -Sy
sudo pacman -Qu > /tmp/check_update
+ sudo grep Target /tmp/check_update > /tmp/to_be_upgraded
if grep -q no\ upgrades\ found /tmp/check_update
then
killall osd_cat
@@ -32,7 +33,6 @@ chck () {
mv /tmp/linhes.xml.tmp /usr/share/mythtv/linhes.xml
dsply
fi
- grep Target /tmp/check_update > /tmp/to_be_upgraded
-}
+ }
dsply
chck