summarylogtreecommitdiffstats
path: root/dbus-nosystemd.install
diff options
context:
space:
mode:
authorAlexey D2015-06-11 10:04:03 +0300
committerAlexey D2015-06-11 10:04:03 +0300
commita02cd92fd988e999e5bdd337048a9497a1b6966f (patch)
tree2cf89c9ff0ffa919441f6ca5ff52c0dda0c6e56a /dbus-nosystemd.install
downloadaur-a02cd92fd988e999e5bdd337048a9497a1b6966f.tar.gz
initial version
Diffstat (limited to 'dbus-nosystemd.install')
-rw-r--r--dbus-nosystemd.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/dbus-nosystemd.install b/dbus-nosystemd.install
new file mode 100644
index 000000000000..01506cf96e8f
--- /dev/null
+++ b/dbus-nosystemd.install
@@ -0,0 +1,6 @@
+post_upgrade() {
+ # Make sure new rc script can shutdown running dbus
+ if [ -f run/dbus.pid -a -d run/dbus ]; then
+ mv run/dbus.pid run/dbus/pid
+ fi
+}