c120531426dde7abade1ba18fbfb5ebf282a9751
[samtools.git] / debian / libbam1.postinst
1 #!/bin/sh
2 # postinst script for libbam1
3 set -e
4
5 if [ "$1" = "configure" ]; then
6         ldconfig
7 fi