]> git.sesse.net Git - bcachefs-tools-debian/blob - debian/bcachefs-tools.postinst
Add debhelper tokens to postinst and postrm scripts (Lintian warning).
[bcachefs-tools-debian] / debian / bcachefs-tools.postinst
1 #!/bin/sh
2
3 set -e
4
5 #DEBHELPER#
6
7 case "$1" in
8     configure)
9         if which update-initramfs >/dev/null; then
10             update-initramfs -u
11         fi
12     ;;
13 esac
14