aboutsummaryrefslogtreecommitdiff
path: root/graphics/lensfun03/doinst.sh
blob: 12d19ea52a28db034aaea8dd824c486e87163d44 (plain)
1
2
3
4
5
6
# Update all the shared library links:
if [ -x /sbin/ldconfig ]; then
  echo "Updating shared library links: /sbin/ldconfig"
  /sbin/ldconfig 2>/dev/null
fi