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