22-plymouth 279 B

12345678910111213
  1. #!/bin/sh
  2. set -e
  3. # Install Plymouth (in lb 2.x, the "standard" packages list pulls
  4. # console-common in, which plymouth conflicts with, so we have to deal
  5. # with that at this stage.)
  6. echo "Installing Plymouth"
  7. apt-get --yes purge console-common
  8. apt-get --yes install plymouth