summaryrefslogtreecommitdiffstats
path: root/debian/templates/postinst.initramfs-tools.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-30 16:45:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-30 16:46:46 +0000
commit28d04b08d78a9cdb3d35b49934481e24244707fc (patch)
treeb4007c0bd405f63d5ef127ed15a9129dea6e2f02 /debian/templates/postinst.initramfs-tools.in
parentMerging upstream version 20240709. (diff)
downloadfirmware-nonfree-28d04b08d78a9cdb3d35b49934481e24244707fc.tar.xz
firmware-nonfree-28d04b08d78a9cdb3d35b49934481e24244707fc.zip
Merging debian version 20240709-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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#