diff options
Diffstat (limited to 'data/live-build-config/hooks/live/20-rm_ddclient_hook.chroot')
-rwxr-xr-x | data/live-build-config/hooks/live/20-rm_ddclient_hook.chroot | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/live-build-config/hooks/live/20-rm_ddclient_hook.chroot b/data/live-build-config/hooks/live/20-rm_ddclient_hook.chroot deleted file mode 100755 index f4ea265e..00000000 --- a/data/live-build-config/hooks/live/20-rm_ddclient_hook.chroot +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -# Made obsolete by T5511, use rootfs/excludes instead. -# -#if [ -f /etc/dhcp/dhclient-exit-hooks.d/ddclient ]; then -# rm -f /etc/dhcp/dhclient-exit-hooks.d/ddclient -#fi -# -#if [ -f /etc/ddclient.conf ]; then -# rm -f /etc/ddclient.conf -#fi - |