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