T3912: remove superfluous motd.d kernel version shell script

This commit is contained in:
Christian Poessinger 2021-11-08 17:30:31 +01:00
parent 24c0334519
commit ee81272116

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