Files
server/var/lib/dpkg/info/plymouth-theme-ubuntu-text.postrm
2026-01-07 20:52:11 +01:00

13 lines
128 B
Bash
Executable File

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