diff options
Diffstat (limited to 'data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot b/data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot deleted file mode 100755 index 51116480..00000000 --- a/data/live-build-config/hooks/live/83-cleanup-etc-motd-d.chroot +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -# Made obsolete by T5511, use rootfs/excludes instead. -# -#if [ -f /etc/update-motd.d/10-uname ]; then -# rm -f /etc/update-motd.d/10-uname -#fi - |