python-texttable: update to 1.3.1
[void-packages.git] / common / wrappers / ldconfig.sh
blob32818e27ed762a754d57bdac2c46f54c8aca27a0
1 #!/bin/sh
3 if [ "$1" = "-p" ]; then
4 exec /usr/bin/ldconfig "$@"
5 fi
7 echo "ldconfig-wrapper: ignoring arguments: $@"
8 exit 0