~jbicha/ubuntu/saucy/casper/ubuntu-gnome-fix-disabling-lockscreen

« back to all changes in this revision

Viewing changes to scripts/casper-bottom/25adduser

  • Committer: Martin Pitt
  • Date: 2013-06-24 10:08:26 UTC
  • mfrom: (1122.1.2 raring)
  • Revision ID: martin@piware.de-20130624100826-frjxrlly79bg2dn2
Use spaces instead of hyphens for the Name field of ubiquity's .desktop
(LP: #651098)

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
fi
75
75
 
76
76
LTS="$(cut -d' ' -f3 /root/cdrom/.disk/info 2>/dev/null)" || LTS=
77
 
RELEASE="$(cut -d' ' -f1-2 /root/cdrom/.disk/info 2>/dev/null)" || RELEASE=
 
77
RELEASE="$(cut -d' ' -f1-2 /root/cdrom/.disk/info 2>/dev/null | sed 's/-/ /')" || RELEASE=
78
78
if [ "$LTS" = "LTS" ] && [ -n "$RELEASE" ]; then
79
79
        RELEASE="$RELEASE LTS"
80
80
fi