mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/kodi-c2: fixed typo in service configuration (#1713)
This commit is contained in:
parent
5a21299631
commit
003fc4c78b
2 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ pkgname=('kodi-c2' 'kodi-c2-eventclients' 'kodi-c2-tools-texturepacker' 'kodi-c2
|
|||
_commit=7e7160eacdcb0c5b70e91dd4265d20358ba33c26
|
||||
_codename=Krypton
|
||||
pkgver=17.6
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
arch=('aarch64')
|
||||
url="http://kodi.tv"
|
||||
license=('GPL2')
|
||||
|
@ -65,7 +65,7 @@ sha256sums=('aafe2852620a6bc62c929bf1bdb24760e7e9573787ca4dd37aceed2d1dbb32dd'
|
|||
'3d77d09a5df0de510aeeb940df4cb534787ddff3bb1828779753f5dfa1229d10'
|
||||
'1c07c9fdd8e2958262cf917e4266c4933fcd06529c111e3cb0cbaaa05c934033'
|
||||
'8c606f29aa9ec90f4c93e1751cfd4000872937e604e6ad7538b96ba29612d2f6'
|
||||
'03c89e8c15603ae1f61f632da5e283adc3d30a260d83bd51199b2eaa88638ab6'
|
||||
'255261cb781a4d75fa00f217d59cdca0789d96c9ba13c584232862b522a66f21'
|
||||
'c68ed2bd377f80b606b8815d78239b9132b479eafc1d19797cee5824debe1800'
|
||||
'5ddf80329c9f5d054525b45f788b3405d199bfc6cf5b08c543ad29766ec27f6e')
|
||||
noextract=(
|
||||
|
|
|
@ -11,7 +11,7 @@ ExecStartPre = /bin/sh -c "dmesg -D"
|
|||
ExecStartPre = /bin/sh -c "echo 0 > /sys/class/graphics/fbcon/cursor_blink"
|
||||
ExecStart = /usr/bin/kodi
|
||||
ExecStopPost = /bin/sh -c "echo 1 > /sys/class/graphics/fbcon/cursor_blink"
|
||||
ExexStopPost = /bin/sh -c "dmesg -E"
|
||||
ExecStopPost = /bin/sh -c "dmesg -E"
|
||||
Restart = on-failure
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue