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, 0 insertions, 6 deletions
diff --git a/core/dbus/dbus.install b/core/dbus/dbus.install
deleted file mode 100644
index 01506cf96..000000000
--- a/core/dbus/dbus.install
+++ /dev/null
@@ -1,6 +0,0 @@
-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
-}