Skip to content

Commit a368ac1

Browse files
author
Sebastian L
committed
Trigger update-initramfs -u after installation
1 parent 5616cef commit a368ac1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/DEBIAN/postinst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
set -e
3+
4+
if [ "$1" = 'configure' ]; then
5+
update-initramfs -u
6+
fi
7+
8+
exit 0

0 commit comments

Comments
 (0)