summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot
blob: 9d8dc97ef33866ea0eb4d14871bf3716bef771de (plain)
1
2
3
4
#!/bin/sh
if [ -f /etc/update-motd.d/10-uname ]; then
    rm -f /etc/update-motd.d/10-uname
fi