summaryrefslogtreecommitdiff
path: root/plymouth/debian/local/plymouth-update-initrd
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth/debian/local/plymouth-update-initrd')
-rw-r--r--plymouth/debian/local/plymouth-update-initrd5
1 files changed, 5 insertions, 0 deletions
diff --git a/plymouth/debian/local/plymouth-update-initrd b/plymouth/debian/local/plymouth-update-initrd
new file mode 100644
index 0000000..e6847bb
--- /dev/null
+++ b/plymouth/debian/local/plymouth-update-initrd
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+update-initramfs -u
bgstack15