OrangePi_CM5/external/packages/plymouth-theme-orangepi/debian/postrm

8 lines
121 B
Plaintext
Raw Normal View History

2023-01-06 16:05:10 +08:00
#!/bin/sh -e
if [ "x$1" = xremove ]; then
if which update-initramfs >/dev/null 2>&1; then
update-initramfs -u
fi
fi