summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.install b/readme.install
index 7befaa0716f6..1f139db05183 100644
--- a/readme.install
+++ b/readme.install
@@ -5,12 +5,13 @@ post_remove() {
post_install() {
echo "--> Optionally create /etc/conf.d/kodi-standalone if you need to pass"
echo "--> any environment variables to the service"
+ post_upgrade
+}
+post_upgrade() {
if find /etc/systemd/system -type l -name 'kodi.service' &>/dev/null; then
- echo '-->'
echo '--> kodi.service is now kodi-x11.service'
echo '--> you must disable the old one and enable the new one'
- echo true
fi
}