Skip to content

SPI-2283: lcgcmake: use python(2) post-install script on centos7

Andre Sailer requested to merge postInstallPy2 into master

With this change in the centos7 a python2 (/usr/bin/python) based post-install script is used instead of a python3 based one.

This scripts differs not just in the hash-bang, but also in some minor pieces of the code with the python3 script.

  • There is nothing in the RPM generation that replaces this post-install script, is there?

Merge request reports