summaryrefslogtreecommitdiffstats
path: root/abs/extra/openpht/plexhometheater.sh
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/openpht/plexhometheater.sh')
-rwxr-xr-xabs/extra/openpht/plexhometheater.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/openpht/plexhometheater.sh b/abs/extra/openpht/plexhometheater.sh
deleted file mode 100755
index 16da77d..0000000
--- a/abs/extra/openpht/plexhometheater.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#Stop XScreensaver
-stop_xss.sh &
-
-#Launch plex
-export XBMC_BIN_HOME='/usr/lib/plexhometheater'
-export XBMC_HOME='/usr/share/plexhometheater'
-exec plexhometheater
-
-#Start Xscreensaver again
-killall stop_xss.sh