summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2010-12-27 23:52:02 +0100
committerLennart Poettering <lennart@poettering.net>2011-01-01 21:36:08 +0100
commit71656790d6540f817661cc22b8bc1d33720ce96a (patch)
treeccc64176190f49f4cb94967d14f6bc0c70cf817a
parent5471472d441d9ac48640f11a3b07e6a1fd6d1b63 (diff)
arch: remove welcome message
This is now done by os-release downstream.
-rw-r--r--src/util.c7
1 files changed, 0 insertions, 7 deletions
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)