Network: Remove the installation of network manager conf file

Change-Id: Ida8204f5d945d3c42dc41d0aa3a7d2a1a20ec761
Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
diff --git a/meta-phosphor/common/recipes-phosphor/network/network.bb b/meta-phosphor/common/recipes-phosphor/network/network.bb
index c8e49ed..b523759 100644
--- a/meta-phosphor/common/recipes-phosphor/network/network.bb
+++ b/meta-phosphor/common/recipes-phosphor/network/network.bb
@@ -30,5 +30,4 @@
 do_install_append() {
         install -d ${D}/${sbindir}
         install ${S}/netman.py ${D}/${sbindir}
-        install ${S}/conf/network-manager.conf ${D}/${sysconfdir}
 }