postinst 66 B

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