summaryrefslogtreecommitdiffstats
path: root/debian/templates/postinst.initramfs-tools.in
diff options
context:
space:
mode:
Diffstat (limited to 'debian/templates/postinst.initramfs-tools.in')
-rw-r--r--debian/templates/postinst.initramfs-tools.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/templates/postinst.initramfs-tools.in b/debian/templates/postinst.initramfs-tools.in
index 6c9e968..24a0b17 100644
--- a/debian/templates/postinst.initramfs-tools.in
+++ b/debian/templates/postinst.initramfs-tools.in
@@ -1,7 +1,3 @@
-#!/bin/sh
-
-set -e
-
case "$1" in
configure)
dpkg-trigger --no-await update-initramfs
@@ -15,5 +11,3 @@ case "$1" in
exit 1
;;
esac
-
-#DEBHELPER#