ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/plymouth-theme-ubuntu-text....

13 lines
229 B
Bash
Executable File

#!/bin/sh
set -e
if [ "x$1" = xremove ]; then
update-alternatives \
--remove text.plymouth /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
rm -f /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
fi