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