]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - debian/bcachefs-tools.postinst
New upstream release
[bcachefs-tools-debian] / debian / bcachefs-tools.postinst
diff --git a/debian/bcachefs-tools.postinst b/debian/bcachefs-tools.postinst
new file mode 100644 (file)
index 0000000..483b961
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    configure)
+       if which update-initramfs >/dev/null; then
+           update-initramfs -u
+       fi
+    ;;
+esac
+