arch: remove welcome message

This is now done by os-release downstream.
This commit is contained in:
Tom Gundersen 2010-12-27 23:52:02 +01:00 committed by Lennart Poettering
parent 5471472d44
commit 71656790d6

View File

@ -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)