~pr0xybot/plymouth-theme-ugr/dev

1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

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

#DEBHELPER#