Fix bug 1053
[osm/LCM.git] / debian / python3-osm-lcm.postinst
index 63e30b1..f66671f 100755 (executable)
 ##
 
 echo "POST INSTALL OSM-LCM"
+# Currently it is not needed pip3 installation
+# echo "Installing python dependencies via pip..."
+# python3 -m pip install -U pip
+# python3 -m pip install --user aiokafka
 
 #Creation of log folder
 mkdir -p /var/log/osm
 
-systemctl enable osm-lcm.service
-
+# systemctl enable osm-lcm.service