diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-17 00:11:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:42 +0200 |
commit | 1ac4daac50cc609f7c154324ca7eaa6b9a477d49 (patch) | |
tree | 07c2ff6c9c88d70be8ac62d89f36d629cb760e59 | |
parent | fffed231aaf97506ba72ab626ea163176448fadc (diff) | |
download | pkgbuilds-1ac4daac50cc609f7c154324ca7eaa6b9a477d49.tar.xz |
dbus-user-session: reenable on post_upgrade
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 | ||||
-rw-r--r-- | dbus-user-session.install | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgbase = dbus-user-session pkgdesc = systemd user service for dbus user bus pkgver = 0.0.1 - pkgrel = 4 + pkgrel = 5 url = https://theos.kyriasis.com/~kyrias install = dbus-user-session.install arch = any @@ -1,6 +1,6 @@ pkgname=dbus-user-session pkgver=0.0.1 -pkgrel=4 +pkgrel=5 pkgdesc="systemd user service for dbus user bus" url="https://theos.kyriasis.com/~kyrias" diff --git a/dbus-user-session.install b/dbus-user-session.install index 461fe19..b811139 100644 --- a/dbus-user-session.install +++ b/dbus-user-session.install @@ -4,7 +4,7 @@ post_install() { } post_upgrade() { - post_install + systemctl --global reenable dbus.socket } pre_remove() { |