minor fixings for package generation

Change-Id: I5cc1024123eaecdc308d2d0566c10b33d0702125
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/debian/python3-osm-lcm.postinst b/debian/python3-osm-lcm.postinst
index 63e30b1..7ee6c6c 100755
--- a/debian/python3-osm-lcm.postinst
+++ b/debian/python3-osm-lcm.postinst
@@ -18,9 +18,12 @@
 ##
 
 echo "POST INSTALL OSM-LCM"
+# Currently it is not needed pip3 installation
+# echo "Installing python dependencies via pip..."
+# pip3 install pip==9.0.3
+# pip3 install --user aiokafka
 
 #Creation of log folder
 mkdir -p /var/log/osm
 
-systemctl enable osm-lcm.service
-
+# systemctl enable osm-lcm.service