minor fixings for package generation
[osm/LCM.git] / debian / python3-osm-lcm.postinst
index 63e30b1..7ee6c6c 100755 (executable)
 ##
 
 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