summaryrefslogtreecommitdiff
path: root/plymouth/debian/local/plymouth-update-initrd
blob: e6847bbb5de564d3f9fa37eeb0d84d55c5a42da7 (plain)
1
2
3
4
5
#!/bin/sh

set -e

update-initramfs -u
bgstack15