Include Henry's out-of-memory check.
[samtools.git] / debian / libbam1.postrm
diff --git a/debian/libbam1.postrm b/debian/libbam1.postrm
new file mode 100644 (file)
index 0000000..345d667
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+# postinst script for libbam1
+set -e
+
+if [ "$1" = "remove" ]; then
+       ldconfig
+fi