summaryrefslogtreecommitdiff
path: root/debian/bcachefs-tools.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bcachefs-tools.postinst')
-rw-r--r--debian/bcachefs-tools.postinst14
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
-