lib.postrm 35 B

1234
  1. #!/bin/bash
  2. set -e
  3. ldconfig
  4. exit 0