# Copyright (C) 2017-2024, Digi International Inc. do_install:append() { # NetworkManager manages the 'resolv.conf' file globally, so # remove the 'pppd' specific scripts for DNS. rm -f ${D}${sysconfdir}/ppp/ip-up.d/08setupdns rm -f ${D}${sysconfdir}/ppp/ip-down.d/92removedns }