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