* bin/updates-available: drop leading "Inst" in detailed report

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-04-28 08:26:45 -05:00
commit 521f15775f
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
if [ "$1" = "--detail" ]; then
if [ -x "/usr/bin/apt-get" ]; then
/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep ^Inst
/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep ^Inst | sed "s/^Inst //"
fi
exit 0
fi

4
debian/changelog vendored
View file

@ -1,8 +1,8 @@
screen-profiles (1.52) unreleased; urgency=low
* UNRELEASED
* bin/updates-available: drop leading "Inst" in detailed report
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 27 Apr 2009 21:57:24 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Apr 2009 08:26:25 -0500
screen-profiles (1.51-0ubuntu1) jaunty; urgency=low