#! /bin/sh
set -e

#DEBHELPER#

case "$1" in
    remove)
        update-alternatives --remove usplash-artwork.so /usr/lib/usplash/usplash-theme-ubuntu-color.so
    ;;
esac
