refactor: remove local user-motd.sh mod as it is now provided upstream (#722)

This commit is contained in:
Benjamin Sherman 2024-01-29 15:19:00 -06:00 committed by GitHub
parent 405c5b8c00
commit e4845838ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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