package-helpers-cmxsl/helpers/DATA/plymouth/plymouth-theme-trisquel-logo.prerm
2014-06-16 19:10:34 +02:00

8 lines
181 B
Bash
Executable file

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