Files
orangepi-5-plus-kernel/external/packages/plymouth-theme-orangepi/debian/postrm
2026-02-07 20:22:48 +08:00

8 lines
121 B
Bash

#!/bin/sh -e
if [ "x$1" = xremove ]; then
if which update-initramfs >/dev/null 2>&1; then
update-initramfs -u
fi
fi