Commit 7dddfcd2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distro_info: set rolling version for ArchLinux

parent 1a421f49
......@@ -177,12 +177,10 @@ elif distro os-release && hascommand xbps-query ; then
DISTRIB_ID="VoidLinux"
DISTRIB_RELEASE="Live"
# TODO: use standart /etc/os-release or lsb
elif distro arch-release ; then
DISTRIB_ID="ArchLinux"
DISTRIB_RELEASE="2010"
if grep 2011 -q $ROOTDIR/etc/pacman.d/mirrorlist ; then
DISTRIB_RELEASE="2011"
fi
DISTRIB_RELEASE="rolling"
# Elbrus
elif distro mcst_version ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment