100-dnsmasq 162 B

12345
  1. #!/bin/sh
  2. if [ -e /etc/dnsmasq.conf ]; then
  3. sed -i -e '/^conf-dir=\/lib\/gluon\/dnsmasq\.d$/d' -e '/^conf-dir=\/var\/gluon\/dnsmasq\.d$/d' /etc/dnsmasq.conf
  4. fi