summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authorgraysky2016-06-08 09:42:00 -0400
committergraysky2016-06-08 09:42:00 -0400
commit474a101c03f65ad57f56625980833c8aaf67145b (patch)
tree9cfe0e782a5d7148a9813f2cb04bdb2eb3ee3b63 /readme.install
parentc6a2497a8542e603992c1c962783fff7dc255550 (diff)
downloadaur-474a101c03f65ad57f56625980833c8aaf67145b.tar.gz
Update to 1.8-4
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.install b/readme.install
index 92a5cf9d6c2f..24bdac1a257d 100644
--- a/readme.install
+++ b/readme.install
@@ -42,7 +42,7 @@ post_upgrade() {
echo "cp -a /var/lib/xbmc/.xbmc/* /var/lib/kodi/.kodi"
echo "chown -R kodi:kodi /var/lib/kodi"
fi
-
+
if [ "$(vercmp $2 1.8-1)" -lt 1 ]; then
if [[ -f /etc/X11/Xwrapper.config ]]; then
echo '-> It is no longer necessary to keep /etc/X11/Xwrapper.config for kodi to start properly.'
@@ -66,6 +66,8 @@ pre_install() {
else
/bin/true
fi
+ else
+ /bin/true
fi
if [ -f /usr/lib/systemd/system/kodi.service]; then
@@ -76,5 +78,7 @@ pre_install() {
else
/bin/true
fi
+ else
+ /bin/true
fi
}