summarylogtreecommitdiffstats
path: root/readme.install
diff options
context:
space:
mode:
authorgraysky2020-10-12 07:14:51 -0400
committergraysky2020-10-12 07:14:51 -0400
commit6373da5f15cc9d307e283e1cc26ee538f616bed3 (patch)
tree2cc3d8860891f797cfb14b4b2ba1a4c19f76270c /readme.install
parentbc199d82679cad9f16006b100dfeadf439d4e8b3 (diff)
downloadaur-6373da5f15cc9d307e283e1cc26ee538f616bed3.tar.gz
Update to 1.107-6
Diffstat (limited to 'readme.install')
-rw-r--r--readme.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.install b/readme.install
index 96d6e3ab85d7..e384598d903f 100644
--- a/readme.install
+++ b/readme.install
@@ -1,5 +1,5 @@
post_remove() {
- echo "--> Optionally remove /var/lib/kodi/"
+ echo "--> Optionally remove /var/lib/kodi/ if you wish to remove all data too"
}
post_install() {
@@ -11,7 +11,7 @@ post_install() {
post_upgrade() {
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'
+ echo '--> manually disable the old one and enable the new one'
fi
}