prerm 209 B

12345678910111213
  1. #!/bin/sh
  2. set -e
  3. if [ "x$1" = xremove ]; then
  4. update-alternatives \
  5. --remove text.plymouth /lib/plymouth/themes/uruk-text/uruk-text.plymouth
  6. rm -f /lib/plymouth/themes/uruk-text/uruk-text.plymouth
  7. fi