~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to bin/oem-config-remove

  • Committer: Evan Dandrea
  • Date: 2011-04-18 11:26:33 UTC
  • Revision ID: evan.dandrea@canonical.com-20110418112633-9b27q9u162vyg6uh
Fix removal of slideshow packages for non-GTK frontends
(LP: #745607).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
                debconf-apt-progress --from 0 --to 50 \
20
20
                        --logfile /var/log/oem-config.log -- \
21
 
                        apt-get -y purge ubiquity ubiquity-casper ubiquity-ubuntu-artwork ubiquity-slideshow-ubuntu
22
 
                debconf-apt-progress --from 50 --to 100 \
 
21
                        apt-get -y purge ubiquity ubiquity-casper ubiquity-ubuntu-artwork
 
22
                debconf-apt-progress --from 50 --to 75 \
23
23
                        --logfile /var/log/oem-config.log -- \
24
24
                        apt-get -y purge 'ubiquity-slideshow-*' || true
25
 
                debconf-apt-progress --from 50 --to 100 \
 
25
                debconf-apt-progress --from 75 --to 100 \
26
26
                        --logfile /var/log/oem-config.log -- \
27
27
                        apt-get -y purge 'oem-config-slideshow-*' || true
28
28