uclibc.postinst 83 B

123456789
  1. #!/bin/sh
  2. set -e
  3. if [ "$1" = "configure" ]; then
  4. /sbin/ldconfig
  5. fi
  6. #DEBHELPER#