append -light onto the default ubuntu screen profile description

This commit is contained in:
Dustin Kirkland 2009-01-26 15:11:32 -06:00
commit a55d9df370
2 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View file

@ -1,8 +1,9 @@
screen-profiles (1.15) UNRELEASED; urgency=low screen-profiles (1.15) UNRELEASED; urgency=low
* profiles/ubuntu: Ubuntu pseudo-logo looks better on dark black * profiles/ubuntu: Ubuntu pseudo-logo looks better on dark black
* select-screen-profile: append -light to default Ubuntu profile
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Jan 2009 14:36:19 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 26 Jan 2009 14:59:27 -0600
screen-profiles (1.14-0ubuntu1) jaunty; urgency=low screen-profiles (1.14-0ubuntu1) jaunty; urgency=low

View file

@ -72,10 +72,10 @@ prompt() {
i=$(expr $i + 1) i=$(expr $i + 1)
desc=" " desc=" "
if [ "$x" = "ubuntu" ]; then if [ "$x" = "ubuntu" ]; then
desc="<---- ` gettext 'recommended'`" desc="-light\t<---- ` gettext 'recommended'`"
simple=$i simple=$i
fi fi
echo " $i. $x \t\t$desc" echo " $i. $x$desc"
done done
echo echo
selected=x selected=x