summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.install b/readme.install
index 1f139db05183..96d6e3ab85d7 100644
--- a/readme.install
+++ b/readme.install
@@ -9,7 +9,7 @@ post_install() {
}
post_upgrade() {
- if find /etc/systemd/system -type l -name 'kodi.service' &>/dev/null; then
+ if find /etc/systemd/system -type l -name 'kodi.service'|grep . &>/dev/null; then
echo '--> kodi.service is now kodi-x11.service'
echo '--> you must disable the old one and enable the new one'
fi