summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--debian/lightdm.postinst2
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 92f1b17..aabe13e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lightdm (1.10.3-3+dyson1) UNRELEASED; urgency=medium
+
+ * Package for Dyson
+ * debian/lightdm.postinst: removed "invoke-rc.d dbus reload": dbus has
+ triggers
+
+ -- Igor Pashev <pashev.igor@gmail.com> Tue, 31 Mar 2015 19:05:08 +0300
+
lightdm (1.10.3-3) unstable; urgency=medium
* debian/patches:
diff --git a/debian/lightdm.postinst b/debian/lightdm.postinst
index 68f666d..873aa58 100644
--- a/debian/lightdm.postinst
+++ b/debian/lightdm.postinst
@@ -60,8 +60,6 @@ fi
if [ "$1" = "configure" ];
then
- invoke-rc.d dbus reload || true
-
# set default-display-manager systemd service link according to our config
if [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" -a -d /etc/systemd/system/ ]; then
SERVICE=/lib/systemd/system/$(basename $(cat "$DEFAULT_DISPLAY_MANAGER_FILE")).service