From c3ef00303f6fa2bbea41bde437fbeb37efa783c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Tue, 2 Dec 2014 23:09:07 +0100 Subject: [PATCH] debian: remove obsolete code from postinst script NetworkManager-dispatcher.service issue seems to be already fixed in upstream package. --- debian/qubes-core-agent.postinst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index db16268..c0bb588 100755 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -232,11 +232,6 @@ case "${1}" in echo 'plugins = keyfile' >> /etc/NetworkManager/NetworkManager.conf echo '[keyfile]' >> /etc/NetworkManager/NetworkManager.conf fi - - # XXX: Test to see if this will satisify dispatcher dependancy - if [ ! -e "/lib/systemd/system/org.freedesktop.nm_dispatcher.service" ]; then - ln -s org.freedesktop.nm_dispatcher.service NetworkManager-dispatcher.service - fi # Remove old firmware updates link if [ -L /lib/firmware/updates ]; then