summaryrefslogtreecommitdiff
path: root/debian/live-initramfs.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/live-initramfs.postinst')
-rw-r--r--debian/live-initramfs.postinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/live-initramfs.postinst b/debian/live-initramfs.postinst
new file mode 100644
index 0000000..9a508c6
--- /dev/null
+++ b/debian/live-initramfs.postinst
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+update-initramfs -k all -u
+
+#DEBHELPER#