From: Roy Marples Date: Thu, 6 Aug 2015 12:53:55 +0000 (+0000) Subject: Remove the old 10-mtu hook if we can. X-Git-Tag: v6.9.2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=288ba63cd92dae0632c2c0dab98c05ce1fedb688;p=thirdparty%2Fdhcpcd.git Remove the old 10-mtu hook if we can. --- diff --git a/dhcpcd-hooks/Makefile b/dhcpcd-hooks/Makefile index 24c9726d..373d85dc 100644 --- a/dhcpcd-hooks/Makefile +++ b/dhcpcd-hooks/Makefile @@ -22,6 +22,8 @@ clean: proginstall: ${HOOKSCRIPTS} ${INSTALL} -d ${DESTDIR}${SCRIPTSDIR} ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR} + # We need to remove the old MTU change script if we at all can. + rm -f ${DESTDIR}${SCRIPTSDIR}/10-mtu install: proginstall