From 17647fa586e84751187af765373f1059e15b549e Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Mon, 16 Mar 2015 18:55:24 +0000 Subject: LinHES-system: stop_xss.sh: add kodi and plexhometheater --- abs/core/LinHES-system/PKGBUILD | 4 ++-- abs/core/LinHES-system/stop_xss.sh | 2 +- 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 -- cgit v0.12