diff --git a/usr/etc/profile.d/user-motd.sh b/usr/etc/profile.d/user-motd.sh deleted file mode 100755 index ebc347064af..00000000000 --- a/usr/etc/profile.d/user-motd.sh +++ /dev/null @@ -1,7 +0,0 @@ -if test -d "$HOME"; then - if test ! -e "$HOME"/.config/no-show-user-motd; then - if test -x "/usr/libexec/ublue-motd"; then - /usr/libexec/ublue-motd - fi - fi -fi \ No newline at end of file