summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2015-03-16 18:55:24 (GMT)
committerBritney Fransen <brfransen@gmail.com>2015-03-16 18:55:24 (GMT)
commit17647fa586e84751187af765373f1059e15b549e (patch)
tree00de58f38cc4dcb0d6725653389c6725979d9290 /abs/core/LinHES-system
parent066b443d7dd1e4f923c1053b9f67912e5a43bafd (diff)
downloadlinhes_pkgbuild-17647fa586e84751187af765373f1059e15b549e.zip
linhes_pkgbuild-17647fa586e84751187af765373f1059e15b549e.tar.gz
linhes_pkgbuild-17647fa586e84751187af765373f1059e15b549e.tar.bz2
LinHES-system: stop_xss.sh: add kodi and plexhometheater
Diffstat (limited to 'abs/core/LinHES-system')
-rwxr-xr-xabs/core/LinHES-system/PKGBUILD4
-rwxr-xr-xabs/core/LinHES-system/stop_xss.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD
index a0f182b..5bb8454 100755
--- a/abs/core/LinHES-system/PKGBUILD
+++ b/abs/core/LinHES-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-system
pkgver=8.3
-pkgrel=10
+pkgrel=11
arch=('i686' 'x86_64')
install=system.install
pkgdesc="Everything that makes LinHES an automated system"
@@ -117,7 +117,7 @@ md5sums=('8415c4b2587a8a1e6a312484c1edafcb'
'd8f30983055dcfe2f53197d0f9a62158'
'17f678d37187be0f12d67f64e40429c6'
'bacc813b48bafcc6fe906e5969930501'
- '8e02efe1ad0df9a179075147eebb05b9'
+ 'dedd3fcb1abec6361f4060d8149c7d6d'
'8b0298f70f97cc1dc2a58b9a73c64bd3'
'716710e0db42147b079c9ec1c7080efa'
'cd28dd67a78f3b7da704e31db0298916'
diff --git a/abs/core/LinHES-system/stop_xss.sh b/abs/core/LinHES-system/stop_xss.sh
index b03169b..b73be85 100755
--- a/abs/core/LinHES-system/stop_xss.sh
+++ b/abs/core/LinHES-system/stop_xss.sh
@@ -3,7 +3,7 @@
while [ 1=1 ];
do
- if [ "$(pidof google-chrome)" -o "$(pidof huludesktop)" -o "$(pidof xbmc.bin)" ]
+ if [ "$(pidof google-chrome)" -o "$(pidof huludesktop)" -o "$(pidof kodi.bin)" -o "$(pidof plexhometheater)" ]
then
xscreensaver-command -deactivate
fi