open 1.2 development

add missing print statements
This commit is contained in:
Dustin Kirkland 2008-12-19 14:09:53 -06:00
commit 145d990da7
2 changed files with 8 additions and 0 deletions

View file

@ -27,11 +27,13 @@ fi
# If apt-get exists, use it
if [ -x /usr/bin/apt-get ]; then
u=`/usr/bin/apt-get -s -o Debug::NoLocking=true upgrade | grep -c ^Inst`
print_updates $u
fi
# If yum exists, use it
if [ -x /usr/bin/yum ]; then
u=`/usr/bin/yum list updates | grep -c "updates"`
print_updates $u
fi
# If we're here, we have no idea

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
screen-profiles (1.2) UNRELEASED; urgency=low
* bin/updates-available: add missing print statements
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 19 Dec 2008 14:09:43 -0600
screen-profiles (1.1-0ubuntu1) jaunty; urgency=low
[ Nicolas Barcet ]