mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-22 15:03:34 +07:00
arch: remove welcome message
This is now done by os-release downstream.
This commit is contained in:
parent
5471472d44
commit
71656790d6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user