summaryrefslogtreecommitdiffstats
path: root/network/libressl/douninst.sh
blob: 2adf7cb85ef7c411befc6d2510ebba9be654d484 (plain) (blame)
1
2
3
4
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