summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install15
1 files changed, 12 insertions, 3 deletions
diff --git a/readme.install b/readme.install
index c2fc95392431..794601718926 100644
--- a/readme.install
+++ b/readme.install
@@ -1,9 +1,18 @@
post_remove() {
- echo "==> Optionally remove /var/lib/kodi/"
+ echo "--> Optionally remove /var/lib/kodi/"
}
post_install() {
- echo "==> Optionally create /etc/conf.d/kodi-standalone if you need to pass"
- echo "==> any environment variables to the service"
+ echo "--> Optionally create /etc/conf.d/kodi-standalone if you need to pass"
+ echo "--> any environment variables to the service"
+
+ if [[ -L /etc/systemd/system/graphical.target.wants/kodi.service ]]; then
+ echo '-->'
+ echo '--> kodi.service is now kodi-x11.service'
+ echo '--> you must disable the old one and enable the new one'
+ fi
+}
+
+pre_upgrade() {
}
# vim:set ts=2 sw=2 et: