diff options
Diffstat (limited to 'src/jaegertracing/opentracing-cpp/cmake/runldconfig')
-rwxr-xr-x | src/jaegertracing/opentracing-cpp/cmake/runldconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jaegertracing/opentracing-cpp/cmake/runldconfig b/src/jaegertracing/opentracing-cpp/cmake/runldconfig new file mode 100755 index 000000000..bb27afe8c --- /dev/null +++ b/src/jaegertracing/opentracing-cpp/cmake/runldconfig @@ -0,0 +1,4 @@ +#!/bin/bash +/sbin/ldconfig + +#This sets up the links between shared libraries after installation and uninstallation of RPMs. |