diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-03-31 19:13:38 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-03-31 19:13:38 +0300 |
commit | 481dcf135fdddec16f09762feab3ac7992e37c7d (patch) | |
tree | 7a29cdd4c3b9facadffaaf1c02f0d573765639e2 | |
parent | 62acbd3bbd9817a70aa5a7dcfc274f083d5dd2bd (diff) | |
download | lightdm-481dcf135fdddec16f09762feab3ac7992e37c7d.tar.gz |
debian/lightdm.postinst: removed "invoke-rc.d dbus reload": dbus has triggers
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/lightdm.postinst | 2 |
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 |