Bug 1422 - NSR record contain stale vcaStatus after successful completion of day...
[osm/LCM.git] / debian / python3-osm-lcm.postinst
index 63e30b1..8a7082c 100755 (executable)
 ##
 
 echo "POST INSTALL OSM-LCM"
+echo "Installing python dependencies grpcio-tools grpclib via pip..."
+echo
+python3 -m pip install -U pip
+python3 -m pip install grpcio-tools grpclib
 
-#Creation of log folder
-mkdir -p /var/log/osm
-
-systemctl enable osm-lcm.service
+# Creation of log folder
+# mkdir -p /var/log/osm