T3912: remove superfluous motd.d kernel version shell script

(cherry picked from commit ee81272116cd680fd3b35497739f82be144b33a5)
This commit is contained in:
Christian Poessinger 2021-11-08 17:30:31 +01:00
parent 6cb74ef9f0
commit c76084a931

View File

@ -0,0 +1,4 @@
#!/bin/sh
if [ -f /etc/update-motd.d/10-uname ]; then
rm -f /etc/update-motd.d/10-uname
fi