diff options
author | graysky | 2016-06-20 20:35:41 -0400 |
---|---|---|
committer | graysky | 2016-06-20 20:35:41 -0400 |
commit | faeb7ce5e6f4d7530b3f9b006f17e2dd3ab3c027 (patch) | |
tree | f41a92cca6593beb2e3cc9d16bd63dd81f764cf6 /readme.install | |
parent | 474a101c03f65ad57f56625980833c8aaf67145b (diff) | |
download | aur-faeb7ce5e6f4d7530b3f9b006f17e2dd3ab3c027.tar.gz |
Update to 1.8-5
Diffstat (limited to 'readme.install')
-rw-r--r-- | readme.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.install b/readme.install index 24bdac1a257..044d251aa72 100644 --- a/readme.install +++ b/readme.install @@ -58,7 +58,7 @@ post_remove() { } pre_install() { - if [ -f /usr/lib/systemd/system/xbmc.service]; then + if [ -f /usr/lib/systemd/system/xbmc.service ]; then /usr/bin/systemctl status xbmc.service &>/dev/null if [[ $? -eq 0 ]]; then # xbmc is running via this service @@ -70,7 +70,7 @@ pre_install() { /bin/true fi - if [ -f /usr/lib/systemd/system/kodi.service]; then + if [ -f /usr/lib/systemd/system/kodi.service ]; then /usr/bin/systemctl status kodi.service &>/dev/null if [[ $? -eq 0 ]]; then # kodi is running via this service |