uclibc.postinst 76 B

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