]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/bcachefs-tools.postinst
483b96190d4b63ab502f31aae72dc2566855e01c
[bcachefs-tools-debian] / debian / bcachefs-tools.postinst
1 #!/bin/sh
2
3 set -e
4
5 case "$1" in
6     configure)
7         if which update-initramfs >/dev/null; then
8             update-initramfs -u
9         fi
10     ;;
11 esac
12