diff options
Diffstat (limited to 'debian/bcachefs-tools.postinst')
-rw-r--r-- | debian/bcachefs-tools.postinst | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/bcachefs-tools.postinst b/debian/bcachefs-tools.postinst deleted file mode 100644 index 56dd8905..00000000 --- a/debian/bcachefs-tools.postinst +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -set -e - -#DEBHELPER# - -case "$1" in - configure) - if which update-initramfs >/dev/null; then - update-initramfs -u - fi - ;; -esac - |