Skip to content
Snippets Groups Projects
plymouth-theme-trisquel-logo.prerm 181 B
Newer Older
#!/bin/sh

set -e

if [ "x$1" = xremove ]; then
        update-alternatives \
                --remove default.plymouth /lib/plymouth/themes/trisquel-logo/trisquel-logo.plymouth
fi