summaryrefslogtreecommitdiff
path: root/data/live-build-config/hooks/live/20-rm_ddclient_hook.chroot
blob: f4ea265e3ceb8302737fd22f9a98e5d442eaa668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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