Finished support for Zenwalk

This commit is contained in:
Michiel Broek 2008-01-08 19:55:03 +00:00
parent 90930420f8
commit 5603bf0e87
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ $Id$
v0.95.1 07-Jan-2008
script:
Added experimental support for Zenwalk.
Added support for Zenwalk.
v0.95.0 25-Nov-2007 - 07-Jan-2008

View File

@ -77,7 +77,7 @@ if [ "$OSTYPE" = "Linux" ]; then
fi
elif [ -f /etc/zenwalk-version ]; then
DISTNAME="Zenwalk"
DISTVERS="Unknown"
DISTVERS=$( cat /etc/zenwalk-version | awk '{ print $2 }' )
elif [ -f /etc/debian_version ]; then
# Debian, at least since version 2.2
DISTNAME="Debian"