summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.sh
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-05-14 01:37:48 (GMT)
committerCecil <knoppmyth@gmail.com>2012-05-14 01:37:48 (GMT)
commite465b073524b59ea2b795d525cf39675857cf2ee (patch)
treec5465ae62d358454ef82058daf60f45180e7fb01 /abs/extra/xbmc/xbmc.sh
parentd781d43a49cd027b7fb124990efcf9107f0dbe79 (diff)
downloadlinhes_pkgbuild-e465b073524b59ea2b795d525cf39675857cf2ee.zip
linhes_pkgbuild-e465b073524b59ea2b795d525cf39675857cf2ee.tar.gz
linhes_pkgbuild-e465b073524b59ea2b795d525cf39675857cf2ee.tar.bz2
xbmc:Bumped to -7. xbmc.sh modified so stop_xss.sh goes to the background.
Diffstat (limited to 'abs/extra/xbmc/xbmc.sh')
-rw-r--r--abs/extra/xbmc/xbmc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/xbmc/xbmc.sh b/abs/extra/xbmc/xbmc.sh
index 333c857..b073e5d 100644
--- a/abs/extra/xbmc/xbmc.sh
+++ b/abs/extra/xbmc/xbmc.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#Stop XScreensaver
-stop_xss.sh
+stop_xss.sh &
#Launch XBMC
/usr/bin/xbmc --lircdev /var/run/lirc/lircd
#Once XBMC exits, start XSceensager again