summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--readme.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80c94ba527c4..db9d7586784a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kodi-standalone-service
pkgdesc = Systemd service to run kodi in stand-alone mode without a DE
pkgver = 1.107
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 87d56e6a3580..15da257be81f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=kodi-standalone-service
pkgname=(kodi-standalone-x11-service kodi-standalone-gbm-service kodi-standalone-wayland-service)
pkgver=1.107
-pkgrel=3
+pkgrel=4
pkgdesc="Systemd service to run kodi in stand-alone mode without a DE"
# Do NOT attempt to use this package on Arch ARM! This is only for x86_64.
# You have been warned.
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