gluon-core: remove obsolete dnsmasq upgrade script

The script cleaned up an old setting that was removed in 2014.
This commit is contained in:
Matthias Schiffer 2018-04-13 15:01:43 +02:00
parent ba9fc94e85
commit 395266e404
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -1,5 +0,0 @@
#!/bin/sh
if [ -e /etc/dnsmasq.conf ]; then
sed -i -e '/^conf-dir=\/lib\/gluon\/dnsmasq\.d$/d' -e '/^conf-dir=\/var\/gluon\/dnsmasq\.d$/d' /etc/dnsmasq.conf
fi