X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=samtools.git;a=blobdiff_plain;f=debian%2Flibbam1.postinst;fp=debian%2Flibbam1.postinst;h=c120531426dde7abade1ba18fbfb5ebf282a9751;hp=0000000000000000000000000000000000000000;hb=ee9d1abc1046f46d40357e56074d64ad9ef050b7;hpb=2d64e9d38d51c80cc1d23e391f34204434ac73f4 diff --git a/debian/libbam1.postinst b/debian/libbam1.postinst new file mode 100644 index 0000000..c120531 --- /dev/null +++ b/debian/libbam1.postinst @@ -0,0 +1,7 @@ +#!/bin/sh +# postinst script for libbam1 +set -e + +if [ "$1" = "configure" ]; then + ldconfig +fi