Path: blob/next/external/packages/plymouth-theme-orangepi/debian/postrm
13271 views
#!/bin/sh -e if [ "x$1" = xremove ]; then if which update-initramfs >/dev/null 2>&1; then update-initramfs -u fi fi
#!/bin/sh -e if [ "x$1" = xremove ]; then if which update-initramfs >/dev/null 2>&1; then update-initramfs -u fi fi