aboutsummaryrefslogtreecommitdiff
path: root/network/libressl/douninst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/libressl/douninst.sh')
-rw-r--r--network/libressl/douninst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/libressl/douninst.sh b/network/libressl/douninst.sh
new file mode 100644
index 000000000000..2adf7cb85ef7
--- /dev/null
+++ b/network/libressl/douninst.sh
@@ -0,0 +1,5 @@
+# Update all the shared library links:
+if [ -x /sbin/ldconfig ]; then
+ echo "Updating shared library links: /sbin/ldconfig"
+ /sbin/ldconfig 2>/dev/null
+fi