diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-16 19:05:06 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:42 +0200 |
commit | fffed231aaf97506ba72ab626ea163176448fadc (patch) | |
tree | 92a528c9dff5f28ab55155e68805325859d7d0b0 | |
parent | cc893ebd23b203ba7f67e41be51419158aa28f1b (diff) | |
download | pkgbuilds-fffed231aaf97506ba72ab626ea163176448fadc.tar.xz |
dbus-user-session.install: disable dbus socket in pre_remove
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | dbus-user-session.install | 4 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 15:02:12 UTC 2015 +# Mon Jun 1 15:02:13 UTC 2015 pkgbase = dbus-user-session pkgdesc = systemd user service for dbus user bus pkgver = 0.0.1 diff --git a/dbus-user-session.install b/dbus-user-session.install index 02fcc5e..461fe19 100644 --- a/dbus-user-session.install +++ b/dbus-user-session.install @@ -6,3 +6,7 @@ post_install() { post_upgrade() { post_install } + +pre_remove() { + systemctl --global disable dbus.socket +} |