#!/bin/sh set -e if [ "x$1" = xremove ]; then update-alternatives \ --remove default.plymouth /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth fi #DEBHELPER#