~ubuntu-core-dev/casper/trunk

« back to all changes in this revision

Viewing changes to scripts/casper-bottom/31disable_update_notifier

  • Committer: Colin Watson
  • Date: 2010-01-05 16:54:40 UTC
  • Revision ID: cjwatson@canonical.com-20100105165440-bd31ymwcu1g4zypn
Source /scripts/casper-functions and /scripts/casper-helpers only after
processing 'prereqs' argument, to avoid lots of warnings with new
initramfs-tools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
PREREQ=""
4
4
DESCRIPTION="Disabling update-notifier..."
5
5
 
6
 
. /scripts/casper-functions
7
 
 
8
6
prereqs()
9
7
{
10
8
       echo "$PREREQ"
18
16
       ;;
19
17
esac
20
18
 
 
19
. /scripts/casper-functions
 
20
 
21
21
log_begin_msg "$DESCRIPTION"
22
22
 
23
23
# For GNOME, we divert away apt-check to avoid a regular 'apt-get update'