add logo for altlinux distro

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-04-28 19:21:18 -05:00
commit 684a23b0f2
2 changed files with 6 additions and 2 deletions

View file

@ -27,6 +27,9 @@ print_logo() {
distro="$1"
if echo "$distro" | grep -qsi "ubuntu"; then
$MARKUP && printf "\005{=b kr}\\\\\005{= ky}o\005{=b kY}/" || printf "\\o/"
elif echo "$distro" | grep -qsi "altlinux"; then
logo="alt"
$MARKUP && printf "\005{= Yk}$logo" || printf "$logo"
elif echo "$distro" | grep -qsi "arch"; then
logo=" A "
$MARKUP && printf "\005{=b wb}$logo" || printf "$logo"

5
debian/changelog vendored
View file

@ -1,10 +1,11 @@
screen-profiles (1.52) unreleased; urgency=low
* bin/updates-available: drop leading "Inst" in detailed report
* bin/logo: add logo for altlinux
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Apr 2009 08:26:25 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Apr 2009 19:20:54 -0500
screen-profiles (1.51-0ubuntu1) jaunty; urgency=low
screen-profiles (1.51-0ubuntu1) karmic; urgency=low
* bin/cpu-freq: only print cpu-freq if available
* bin/hostname: hostname -s fails sometimes, it seems