summaryrefslogtreecommitdiff
path: root/debian/bcachefs-tools.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bcachefs-tools.postrm')
-rw-r--r--debian/bcachefs-tools.postrm14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/bcachefs-tools.postrm b/debian/bcachefs-tools.postrm
deleted file mode 100644
index 2d913367..00000000
--- a/debian/bcachefs-tools.postrm
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-case "$1" in
- remove)
- if which update-initramfs >/dev/null; then
- update-initramfs -u
- fi
- ;;
-esac
-