]> git.sesse.net Git - bcachefs-tools-debian/blob - bcachefs-tools.postinst
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-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