]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/bcachefs-tools.postrm
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / debian / bcachefs-tools.postrm
1 #!/bin/sh
2
3 set -e
4
5 #DEBHELPER#
6
7 case "$1" in
8     remove)
9         if which update-initramfs >/dev/null; then
10             update-initramfs -u
11         fi
12     ;;
13 esac
14