diff options
Diffstat (limited to 'debian/live-initramfs.postinst')
| -rw-r--r-- | debian/live-initramfs.postinst | 5 |
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# |
