~brian-murray/ubuntu/oneiric/plymouth/bug-860371

« back to all changes in this revision

Viewing changes to debian/plymouth-theme-ubuntu-logo.postinst

  • Committer: Colin Watson
  • Date: 2011-04-15 13:35:04 UTC
  • Revision ID: cjwatson@canonical.com-20110415133504-ttqfpznpczwibv21
Install slave alternative for plymouth-theme-ubuntu-logo, telling GRUB
to set an aubergine background (LP: #696915).

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    configure)
21
21
        update-alternatives \
22
22
                --install /lib/plymouth/themes/default.plymouth default.plymouth \
23
 
                /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100
 
23
                /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.plymouth 100 \
 
24
                --slave /lib/plymouth/themes/default.grub default.plymouth.grub \
 
25
                /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.grub
24
26
 
25
27
        if which update-initramfs >/dev/null 2>&1
26
28
        then