summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authorgraysky2020-10-11 07:46:23 -0400
committergraysky2020-10-11 07:46:23 -0400
commit5fe7b9795ea92afebf1eb9609bd2e93d54fc9f5c (patch)
tree4cdad1394905c3bf8d0f7529b6ad84aa51eacb5a /readme.install
parentc361a81d2c35b145b966cec7d58cd327eefabc85 (diff)
downloadaur-5fe7b9795ea92afebf1eb9609bd2e93d54fc9f5c.tar.gz
Update to 1.107-3
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
}