summaryrefslogtreecommitdiffstats
path: root/cmake/runldconfig
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/runldconfig')
-rwxr-xr-xcmake/runldconfig4
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.