summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--readme.install5
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fa5cc7ba823..80c94ba527c4 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 = 2
+ pkgrel = 3
url = https://github.com/graysky2/kodi-standalone-service
install = readme.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ead1bcaefe75..87d56e6a3580 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=2
+pkgrel=3
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 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
}