summaryrefslogtreecommitdiff
path: root/core/dbus/dbus.install
diff options
context:
space:
mode:
Diffstat (limited to 'core/dbus/dbus.install')
-rw-r--r--core/dbus/dbus.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/dbus/dbus.install b/core/dbus/dbus.install
new file mode 100644
index 000000000..01506cf96
--- /dev/null
+++ b/core/dbus/dbus.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
+}