From: Tom Gundersen Date: Mon, 27 Dec 2010 22:52:02 +0000 (+0100) Subject: arch: remove welcome message X-Git-Tag: v16~31 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=71656790d6540f817661cc22b8bc1d33720ce96a;hp=5471472d441d9ac48640f11a3b07e6a1fd6d1b63;ds=sidebyside arch: remove welcome message This is now done by os-release downstream. --- diff --git a/src/util.c b/src/util.c index 0d1116dc1..2c7b1f9a5 100644 --- a/src/util.c +++ b/src/util.c @@ -3079,13 +3079,6 @@ void status_welcome(void) { if (!ansi_color) const_color = "0;33"; /* Orange/Brown for Ubuntu */ -#elif defined(TARGET_ARCH) - - if (!pretty_name) - const_pretty = "Arch Linux"; - - if (!ansi_color) - const_color = "1;36"; /* Cyan for Arch */ #endif if (!pretty_name && !const_pretty)